Shades of Blue Bell #9C99CC
Tints of Blue Bell #9C99CC
RGB
CMYK
RGB Variations
Color information
#9C99CC (or 0x9C99CC) is known color: Blue Bell. HEX triplet: 9C, 99 and CC. RGB value is (156,153,204). Sum of RGB (Red+Green+Blue) = 156+153+204=513 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.41% from 513); Green value is 153 (60.16% from 255 or 29.82% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 204 - color contains mainly: blue. Hex color #9C99CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C99CC is #636633. Grayscale: #9F9F9F. Windows color (decimal): -6514228 or 13408668. OLE color: 13408668.
HSL color Cylindrical-coordinate representation of color #9C99CC: hue angle of 243.53º 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 #9C99CC is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 153 | 204 | - |
| CMYK | 0.24 | 0.25 | 0 | 0.2 |
| HSL | 243.53º | 0.33% | 0.7% | - |
| HSV(B) | 243.53º | 0.25% | 0.8% | - |
| XYZ | 36 | 34.21 | 61.83 | - |
| YUV | 159.71 | 152.99 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 153 | 204 | 0.24 | 0.25 | 0 | 0.2 | 243.53 | 0.33 | 0.7 |
| Hex | 9C | 99 | CC | 18 | 19 | 0 | 14 | F4 | 21 | 46 |
| Octal | 234 | 231 | 314 | 30 | 31 | 0 | 24 | 364 | 41 | 106 |
| Binary | 10011100 | 10011001 | 11001100 | 11000 | 11001 | 0 | 10100 | 11110100 | 100001 | 1000110 |
Color Harmonies of #9C99CC
Complementary color
Monochromatic Colors of #9C99CC
Black with #9C99CC
Text Example
Text Example
White with #9C99CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C99CC; }
p { color: rgb(156,153,204); }
H1.HeaderClassName
{
color: #9C99CC;
}
.AnyTagClassName
{
color: #9C99CC;
}
</style>
background-color css
<style>
a { background-color: #9C99CC; }
a { background-color: rgb(156,153,204); }
div.DivClassName
{
background-color: #9C99CC;
}
.BgClassName
{
background-color: #9C99CC;
}
</style>
border-color css
<style>
span { border-color: #9C99CC; }
span { border-color: rgb(156,153,204); }
td.TdClassName
{
border-color: #9C99CC;
}
.TagClassName
{
border-color: #9C99CC;
}
</style>