Shades of Blue Bell #9C9CCB
Tints of Blue Bell #9C9CCB
RGB
CMYK
RGB Variations
Color information
#9C9CCB (or 0x9C9CCB) is known color: Blue Bell. HEX triplet: 9C, 9C and CB. RGB value is (156,156,203). Sum of RGB (Red+Green+Blue) = 156+156+203=515 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.29% from 515); Green value is 156 (61.33% from 255 or 30.29% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 203 - color contains mainly: blue. Hex color #9C9CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9CCB is #636334. Grayscale: #A1A1A1. Windows color (decimal): -6513461 or 13343900. OLE color: 13343900.
HSL color Cylindrical-coordinate representation of color #9C9CCB: hue angle of 240º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9C9CCB is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 156 | 203 | - |
| CMYK | 0.23 | 0.23 | 0 | 0.20 |
| HSL | 240º | 0.31% | 0.7% | - |
| HSV(B) | 240º | 0.23% | 0.8% | - |
| XYZ | 36.38 | 35.16 | 61.37 | - |
| YUV | 161.36 | 151.5 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 156 | 203 | 0.23 | 0.23 | 0 | 0.20 | 240 | 0.31 | 0.7 |
| Hex | 9C | 9C | CB | 17 | 17 | 0 | 14 | F0 | 1F | 46 |
| Octal | 234 | 234 | 313 | 27 | 27 | 0 | 24 | 360 | 37 | 106 |
| Binary | 10011100 | 10011100 | 11001011 | 10111 | 10111 | 0 | 10100 | 11110000 | 11111 | 1000110 |
Color Harmonies of #9C9CCB
Complementary color
Monochromatic Colors of #9C9CCB
Black with #9C9CCB
Text Example
Text Example
White with #9C9CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9CCB; }
p { color: rgb(156,156,203); }
H1.HeaderClassName
{
color: #9C9CCB;
}
.AnyTagClassName
{
color: #9C9CCB;
}
</style>
background-color css
<style>
a { background-color: #9C9CCB; }
a { background-color: rgb(156,156,203); }
div.DivClassName
{
background-color: #9C9CCB;
}
.BgClassName
{
background-color: #9C9CCB;
}
</style>
border-color css
<style>
span { border-color: #9C9CCB; }
span { border-color: rgb(156,156,203); }
td.TdClassName
{
border-color: #9C9CCB;
}
.TagClassName
{
border-color: #9C9CCB;
}
</style>