Shades of Blue Bell #9B9ECB
Tints of Blue Bell #9B9ECB
RGB
CMYK
RGB Variations
Color information
#9B9ECB (or 0x9B9ECB) is known color: Blue Bell. HEX triplet: 9B, 9E and CB. RGB value is (155,158,203). Sum of RGB (Red+Green+Blue) = 155+158+203=516 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.04% from 516); Green value is 158 (62.11% from 255 or 30.62% 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 #9B9ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B9ECB is #646134. Grayscale: #A2A2A2. Windows color (decimal): -6578485 or 13344411. OLE color: 13344411.
HSL color Cylindrical-coordinate representation of color #9B9ECB: hue angle of 236.25º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9B9ECB is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 158 | 203 | - |
| CMYK | 0.24 | 0.22 | 0 | 0.20 |
| HSL | 236.25º | 0.32% | 0.7% | - |
| HSV(B) | 236.25º | 0.24% | 0.8% | - |
| XYZ | 36.52 | 35.73 | 61.47 | - |
| YUV | 162.23 | 151.01 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 158 | 203 | 0.24 | 0.22 | 0 | 0.20 | 236.25 | 0.32 | 0.7 |
| Hex | 9B | 9E | CB | 18 | 16 | 0 | 14 | EC | 20 | 46 |
| Octal | 233 | 236 | 313 | 30 | 26 | 0 | 24 | 354 | 40 | 106 |
| Binary | 10011011 | 10011110 | 11001011 | 11000 | 10110 | 0 | 10100 | 11101100 | 100000 | 1000110 |
Color Harmonies of #9B9ECB
Complementary color
Monochromatic Colors of #9B9ECB
Black with #9B9ECB
Text Example
Text Example
White with #9B9ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9ECB; }
p { color: rgb(155,158,203); }
H1.HeaderClassName
{
color: #9B9ECB;
}
.AnyTagClassName
{
color: #9B9ECB;
}
</style>
background-color css
<style>
a { background-color: #9B9ECB; }
a { background-color: rgb(155,158,203); }
div.DivClassName
{
background-color: #9B9ECB;
}
.BgClassName
{
background-color: #9B9ECB;
}
</style>
border-color css
<style>
span { border-color: #9B9ECB; }
span { border-color: rgb(155,158,203); }
td.TdClassName
{
border-color: #9B9ECB;
}
.TagClassName
{
border-color: #9B9ECB;
}
</style>