Difference between revisions of "Pastel Colors"

From Intellivision Wiki
Jump to: navigation, search
 
(add the HTML color numbers to the table)
Line 1: Line 1:
The STIC divides its color set into two subsets, the Pastel Colors (numbered 8 through 15) and the [[Primary Colors]], numbered 0 through 7.  The Pastel Colors are so named because they tend to be less saturated than the Primaries (though that's not strictly true).  The following table illustrates the colors, along with an approximation of the Intellivision's color.  (The color numbers match the settings used in jzIntv and should <B>not</B> be considered canonical.)  
+
The STIC divides its color set into two subsets, the Pastel Colors (numbered 8 through 15) and the [[Primary Colors]], numbered 0 through 7.  The Pastel Colors are so named because they tend to be less saturated than the Primaries (though that's not strictly true).  The following table illustrates the colors, along with an approximation of the Intellivision's color.  (The HTML color values match the settings used in jzIntv. They should <B>not</B> be considered canonical.)
 
<center>
 
<center>
 
<table width=100% border=1>
 
<table width=100% border=1>
 
<tr><th WIDTH=20%>Color Number</th><TH WIDTH=30%>Color Name</TH><TH>Example</TH></TR>
 
<tr><th WIDTH=20%>Color Number</th><TH WIDTH=30%>Color Name</TH><TH>Example</TH></TR>
<TR><TD> 8</TD><TD>Grey        </TD><TD BGCOLOR=#BDACC8>&nbsp;</TD></TR>
+
<TR><TD> 8</TD><TD>Grey        </TD><TD BGCOLOR=#BDACC8><FONT COLOR=white>#BDACC8</FONT></TD></TR>
<TR><TD> 9</TD><TD>Cyan        </TD><TD BGCOLOR=#24B8FF>&nbsp;</TD></TR>
+
<TR><TD> 9</TD><TD>Cyan        </TD><TD BGCOLOR=#24B8FF><FONT COLOR=black>#24B8FF</FONT></TD></TR>
<TR><TD>10</TD><TD>Orange      </TD><TD BGCOLOR=#FFB41F>&nbsp;</TD></TR>
+
<TR><TD>10</TD><TD>Orange      </TD><TD BGCOLOR=#FFB41F><FONT COLOR=black>#FFB41F</FONT></TD></TR>
<TR><TD>11</TD><TD>Brown       </TD><TD BGCOLOR=#546E00>&nbsp;</TD></TR>
+
<TR><TD>11</TD><TD>Brown/Olive </TD><TD BGCOLOR=#546E00><FONT COLOR=white>#546E00</FONT></TD></TR>
<TR><TD>12</TD><TD>Pink        </TD><TD BGCOLOR=#FF4E57>&nbsp;</TD></TR>
+
<TR><TD>12</TD><TD>Pink        </TD><TD BGCOLOR=#FF4E57><FONT COLOR=black>#FF4E57</FONT></TD></TR>
<TR><TD>13</TD><TD>Light Blue  </TD><TD BGCOLOR=#A496FF>&nbsp;</TD></TR>
+
<TR><TD>13</TD><TD>Light Blue  </TD><TD BGCOLOR=#A496FF><FONT COLOR=white>#A496FF</FONT></TD></TR>
<TR><TD>14</TD><TD>Yellow-Green</TD><TD BGCOLOR=#75CC80>&nbsp;</TD></TR>
+
<TR><TD>14</TD><TD>Yellow-Green</TD><TD BGCOLOR=#75CC80><FONT COLOR=black>#75CC80</FONT></TD></TR>
<TR><TD>15</TD><TD>Purple      </TD><TD BGCOLOR=#B51A58>&nbsp;</TD></TR>
+
<TR><TD>15</TD><TD>Purple      </TD><TD BGCOLOR=#B51A58><FONT COLOR=white>#B51A58</FONT></TD></TR>
 
</table>
 
</table>
 
</center>
 
</center>
 
Note:  The color examples may not display if your web browser does not support the BGCOLOR attribute on table cells.
 
Note:  The color examples may not display if your web browser does not support the BGCOLOR attribute on table cells.

Revision as of 06:58, 11 January 2005

The STIC divides its color set into two subsets, the Pastel Colors (numbered 8 through 15) and the Primary Colors, numbered 0 through 7. The Pastel Colors are so named because they tend to be less saturated than the Primaries (though that's not strictly true). The following table illustrates the colors, along with an approximation of the Intellivision's color. (The HTML color values match the settings used in jzIntv. They should not be considered canonical.)

Color NumberColor NameExample
8Grey #BDACC8
9Cyan #24B8FF
10Orange #FFB41F
11Brown/Olive #546E00
12Pink #FF4E57
13Light Blue #A496FF
14Yellow-Green#75CC80
15Purple #B51A58

Note: The color examples may not display if your web browser does not support the BGCOLOR attribute on table cells.