Shades of Blue Bell #9999CC
Tints of Blue Bell #9999CC
RGB
CMYK
RGB Variations
Color information
#9999CC (or 0x9999CC) is known color: Blue Bell. HEX triplet: 99, 99 and CC. RGB value is (153,153,204). Sum of RGB (Red+Green+Blue) = 153+153+204=510 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 204 - color contains mainly: blue. Hex color #9999CC is a web safe color. Inversed color of #9999CC is #666633. Grayscale: #9E9E9E. Windows color (decimal): -6710836 or 13408665. OLE color: 13408665.
HSL color Cylindrical-coordinate representation of color #9999CC: hue angle of 240º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9999CC is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 153 | 153 | 204 | - |
CMYK | 0.25 | 0.25 | 0 | 0.2 |
HSL | 240º | 0.33% | 0.7% | - |
HSV(B) | 240º | 0.25% | 0.8% | - |
XYZ | 35.43 | 33.91 | 61.81 | - |
YUV | 158.81 | 153.5 | 123.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 153 | 153 | 204 | 0.25 | 0.25 | 0 | 0.2 | 240 | 0.33 | 0.7 |
Hex | 99 | 99 | CC | 19 | 19 | 0 | 14 | F0 | 21 | 46 |
Octal | 231 | 231 | 314 | 31 | 31 | 0 | 24 | 360 | 41 | 106 |
Binary | 10011001 | 10011001 | 11001100 | 11001 | 11001 | 0 | 10100 | 11110000 | 100001 | 1000110 |
Color Harmonies of #9999CC
Complementary color
Monochromatic Colors of #9999CC
Black with #9999CC
Text Example
Text Example
White with #9999CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9999CC; }
p { color: rgb(153,153,204); }
H1.HeaderClassName
{
color: #9999CC;
}
.AnyTagClassName
{
color: #9999CC;
}
</style>
background-color css
<style>
a { background-color: #9999CC; }
a { background-color: rgb(153,153,204); }
div.DivClassName
{
background-color: #9999CC;
}
.BgClassName
{
background-color: #9999CC;
}
</style>
border-color css
<style>
span { border-color: #9999CC; }
span { border-color: rgb(153,153,204); }
td.TdClassName
{
border-color: #9999CC;
}
.TagClassName
{
border-color: #9999CC;
}
</style>