Shades of Blue Bell #9C9FCB
Tints of Blue Bell #9C9FCB
RGB
CMYK
RGB Variations
Color information
#9C9FCB (or 0x9C9FCB) is known color: Blue Bell. HEX triplet: 9C, 9F and CB. RGB value is (156,159,203). Sum of RGB (Red+Green+Blue) = 156+159+203=518 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.12% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 203 - color contains mainly: blue. Hex color #9C9FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9FCB is #636034. Grayscale: #A2A2A2. Windows color (decimal): -6512693 or 13344668. OLE color: 13344668.
HSL color Cylindrical-coordinate representation of color #9C9FCB: hue angle of 236.17º 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 #9C9FCB is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 159 | 203 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.20 |
| HSL | 236.17º | 0.31% | 0.7% | - |
| HSV(B) | 236.17º | 0.23% | 0.8% | - |
| XYZ | 36.89 | 36.18 | 61.54 | - |
| YUV | 163.12 | 150.51 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 159 | 203 | 0.23 | 0.22 | 0 | 0.20 | 236.17 | 0.31 | 0.7 |
| Hex | 9C | 9F | CB | 17 | 16 | 0 | 14 | EC | 1F | 46 |
| Octal | 234 | 237 | 313 | 27 | 26 | 0 | 24 | 354 | 37 | 106 |
| Binary | 10011100 | 10011111 | 11001011 | 10111 | 10110 | 0 | 10100 | 11101100 | 11111 | 1000110 |
Color Harmonies of #9C9FCB
Complementary color
Monochromatic Colors of #9C9FCB
Black with #9C9FCB
Text Example
Text Example
White with #9C9FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9FCB; }
p { color: rgb(156,159,203); }
H1.HeaderClassName
{
color: #9C9FCB;
}
.AnyTagClassName
{
color: #9C9FCB;
}
</style>
background-color css
<style>
a { background-color: #9C9FCB; }
a { background-color: rgb(156,159,203); }
div.DivClassName
{
background-color: #9C9FCB;
}
.BgClassName
{
background-color: #9C9FCB;
}
</style>
border-color css
<style>
span { border-color: #9C9FCB; }
span { border-color: rgb(156,159,203); }
td.TdClassName
{
border-color: #9C9FCB;
}
.TagClassName
{
border-color: #9C9FCB;
}
</style>