Shades of Blue Bell #9EA4CB
Tints of Blue Bell #9EA4CB
RGB
CMYK
RGB Variations
Color information
#9EA4CB (or 0x9EA4CB) is known color: Blue Bell. HEX triplet: 9E, A4 and CB. RGB value is (158,164,203). Sum of RGB (Red+Green+Blue) = 158+164+203=525 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.10% from 525); Green value is 164 (64.45% from 255 or 31.24% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 203 - color contains mainly: blue. Hex color #9EA4CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA4CB is #615B34. Grayscale: #A6A6A6. Windows color (decimal): -6380341 or 13345950. OLE color: 13345950.
HSL color Cylindrical-coordinate representation of color #9EA4CB: hue angle of 232º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9EA4CB is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 164 | 203 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.20 |
| HSL | 232º | 0.3% | 0.71% | - |
| HSV(B) | 232º | 0.22% | 0.8% | - |
| XYZ | 38.16 | 38.13 | 61.85 | - |
| YUV | 166.65 | 148.51 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 164 | 203 | 0.22 | 0.19 | 0 | 0.20 | 232 | 0.3 | 0.71 |
| Hex | 9E | A4 | CB | 16 | 13 | 0 | 14 | E8 | 1E | 47 |
| Octal | 236 | 244 | 313 | 26 | 23 | 0 | 24 | 350 | 36 | 107 |
| Binary | 10011110 | 10100100 | 11001011 | 10110 | 10011 | 0 | 10100 | 11101000 | 11110 | 1000111 |
Color Harmonies of #9EA4CB
Complementary color
Monochromatic Colors of #9EA4CB
Black with #9EA4CB
Text Example
Text Example
White with #9EA4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA4CB; }
p { color: rgb(158,164,203); }
H1.HeaderClassName
{
color: #9EA4CB;
}
.AnyTagClassName
{
color: #9EA4CB;
}
</style>
background-color css
<style>
a { background-color: #9EA4CB; }
a { background-color: rgb(158,164,203); }
div.DivClassName
{
background-color: #9EA4CB;
}
.BgClassName
{
background-color: #9EA4CB;
}
</style>
border-color css
<style>
span { border-color: #9EA4CB; }
span { border-color: rgb(158,164,203); }
td.TdClassName
{
border-color: #9EA4CB;
}
.TagClassName
{
border-color: #9EA4CB;
}
</style>