Shades of Blue Bell #9C9DCB
Tints of Blue Bell #9C9DCB
RGB
CMYK
RGB Variations
Color information
#9C9DCB (or 0x9C9DCB) is known color: Blue Bell. HEX triplet: 9C, 9D and CB. RGB value is (156,157,203). Sum of RGB (Red+Green+Blue) = 156+157+203=516 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.23% from 516); Green value is 157 (61.72% from 255 or 30.43% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #9C9DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9DCB is #636234. Grayscale: #A1A1A1. Windows color (decimal): -6513205 or 13344156. OLE color: 13344156.
HSL color Cylindrical-coordinate representation of color #9C9DCB: hue angle of 238.72º 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 #9C9DCB is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 157 | 203 | - |
| CMYK | 0.23 | 0.23 | 0 | 0.20 |
| HSL | 238.72º | 0.31% | 0.7% | - |
| HSV(B) | 238.72º | 0.23% | 0.8% | - |
| XYZ | 36.55 | 35.49 | 61.42 | - |
| YUV | 161.95 | 151.17 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 157 | 203 | 0.23 | 0.23 | 0 | 0.20 | 238.72 | 0.31 | 0.7 |
| Hex | 9C | 9D | CB | 17 | 17 | 0 | 14 | EF | 1F | 46 |
| Octal | 234 | 235 | 313 | 27 | 27 | 0 | 24 | 357 | 37 | 106 |
| Binary | 10011100 | 10011101 | 11001011 | 10111 | 10111 | 0 | 10100 | 11101111 | 11111 | 1000110 |
Color Harmonies of #9C9DCB
Complementary color
Monochromatic Colors of #9C9DCB
Black with #9C9DCB
Text Example
Text Example
White with #9C9DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9DCB; }
p { color: rgb(156,157,203); }
H1.HeaderClassName
{
color: #9C9DCB;
}
.AnyTagClassName
{
color: #9C9DCB;
}
</style>
background-color css
<style>
a { background-color: #9C9DCB; }
a { background-color: rgb(156,157,203); }
div.DivClassName
{
background-color: #9C9DCB;
}
.BgClassName
{
background-color: #9C9DCB;
}
</style>
border-color css
<style>
span { border-color: #9C9DCB; }
span { border-color: rgb(156,157,203); }
td.TdClassName
{
border-color: #9C9DCB;
}
.TagClassName
{
border-color: #9C9DCB;
}
</style>