Shades of Blue Bell #9C9ECB
Tints of Blue Bell #9C9ECB
RGB
CMYK
RGB Variations
Color information
#9C9ECB (or 0x9C9ECB) is known color: Blue Bell. HEX triplet: 9C, 9E and CB. RGB value is (156,158,203). Sum of RGB (Red+Green+Blue) = 156+158+203=517 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.17% from 517); Green value is 158 (62.11% from 255 or 30.56% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 203 - color contains mainly: blue. Hex color #9C9ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9ECB is #636134. Grayscale: #A2A2A2. Windows color (decimal): -6512949 or 13344412. OLE color: 13344412.
HSL color Cylindrical-coordinate representation of color #9C9ECB: hue angle of 237.45º 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 #9C9ECB is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 158 | 203 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.20 |
| HSL | 237.45º | 0.31% | 0.7% | - |
| HSV(B) | 237.45º | 0.23% | 0.8% | - |
| XYZ | 36.72 | 35.83 | 61.48 | - |
| YUV | 162.53 | 150.84 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 158 | 203 | 0.23 | 0.22 | 0 | 0.20 | 237.45 | 0.31 | 0.7 |
| Hex | 9C | 9E | CB | 17 | 16 | 0 | 14 | ED | 1F | 46 |
| Octal | 234 | 236 | 313 | 27 | 26 | 0 | 24 | 355 | 37 | 106 |
| Binary | 10011100 | 10011110 | 11001011 | 10111 | 10110 | 0 | 10100 | 11101101 | 11111 | 1000110 |
Color Harmonies of #9C9ECB
Complementary color
Monochromatic Colors of #9C9ECB
Black with #9C9ECB
Text Example
Text Example
White with #9C9ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9ECB; }
p { color: rgb(156,158,203); }
H1.HeaderClassName
{
color: #9C9ECB;
}
.AnyTagClassName
{
color: #9C9ECB;
}
</style>
background-color css
<style>
a { background-color: #9C9ECB; }
a { background-color: rgb(156,158,203); }
div.DivClassName
{
background-color: #9C9ECB;
}
.BgClassName
{
background-color: #9C9ECB;
}
</style>
border-color css
<style>
span { border-color: #9C9ECB; }
span { border-color: rgb(156,158,203); }
td.TdClassName
{
border-color: #9C9ECB;
}
.TagClassName
{
border-color: #9C9ECB;
}
</style>