Shades of Blue Bell #9B9EC9
Tints of Blue Bell #9B9EC9
RGB
CMYK
RGB Variations
Color information
#9B9EC9 (or 0x9B9EC9) is known color: Blue Bell. HEX triplet: 9B, 9E and C9. RGB value is (155,158,201). Sum of RGB (Red+Green+Blue) = 155+158+201=514 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.16% from 514); Green value is 158 (62.11% from 255 or 30.74% from 514); Blue value is 201 (78.91% from 255 or 39.11% from 514); Max value from RGB is 201 - color contains mainly: blue. Hex color #9B9EC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B9EC9 is #646136. Grayscale: #A1A1A1. Windows color (decimal): -6578487 or 13213339. OLE color: 13213339.
HSL color Cylindrical-coordinate representation of color #9B9EC9: hue angle of 236.09º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9B9EC9 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 158 | 201 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.21 |
| HSL | 236.09º | 0.3% | 0.7% | - |
| HSV(B) | 236.09º | 0.23% | 0.79% | - |
| XYZ | 36.29 | 35.64 | 60.22 | - |
| YUV | 162.01 | 150.01 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 158 | 201 | 0.23 | 0.21 | 0 | 0.21 | 236.09 | 0.3 | 0.7 |
| Hex | 9B | 9E | C9 | 17 | 15 | 0 | 15 | EC | 1E | 46 |
| Octal | 233 | 236 | 311 | 27 | 25 | 0 | 25 | 354 | 36 | 106 |
| Binary | 10011011 | 10011110 | 11001001 | 10111 | 10101 | 0 | 10101 | 11101100 | 11110 | 1000110 |
Color Harmonies of #9B9EC9
Complementary color
Monochromatic Colors of #9B9EC9
Black with #9B9EC9
Text Example
Text Example
White with #9B9EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9EC9; }
p { color: rgb(155,158,201); }
H1.HeaderClassName
{
color: #9B9EC9;
}
.AnyTagClassName
{
color: #9B9EC9;
}
</style>
background-color css
<style>
a { background-color: #9B9EC9; }
a { background-color: rgb(155,158,201); }
div.DivClassName
{
background-color: #9B9EC9;
}
.BgClassName
{
background-color: #9B9EC9;
}
</style>
border-color css
<style>
span { border-color: #9B9EC9; }
span { border-color: rgb(155,158,201); }
td.TdClassName
{
border-color: #9B9EC9;
}
.TagClassName
{
border-color: #9B9EC9;
}
</style>