Shades of Blue Bell #959EC9
Tints of Blue Bell #959EC9
RGB
CMYK
RGB Variations
Color information
#959EC9 (or 0x959EC9) is known color: Blue Bell. HEX triplet: 95, 9E and C9. RGB value is (149,158,201). Sum of RGB (Red+Green+Blue) = 149+158+201=508 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.33% from 508); Green value is 158 (62.11% from 255 or 31.10% from 508); Blue value is 201 (78.91% from 255 or 39.57% from 508); Max value from RGB is 201 - color contains mainly: blue. Hex color #959EC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959EC9 is #6A6136. Grayscale: #A0A0A0. Windows color (decimal): -6971703 or 13213333. OLE color: 13213333.
HSL color Cylindrical-coordinate representation of color #959EC9: hue angle of 229.62º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #959EC9 is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 149 | 158 | 201 | - |
| CMYK | 0.26 | 0.21 | 0 | 0.21 |
| HSL | 229.62º | 0.33% | 0.69% | - |
| HSV(B) | 229.62º | 0.26% | 0.79% | - |
| XYZ | 35.16 | 35.06 | 60.17 | - |
| YUV | 160.21 | 151.02 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 158 | 201 | 0.26 | 0.21 | 0 | 0.21 | 229.62 | 0.33 | 0.69 |
| Hex | 95 | 9E | C9 | 1A | 15 | 0 | 15 | E6 | 20 | 45 |
| Octal | 225 | 236 | 311 | 32 | 25 | 0 | 25 | 346 | 40 | 105 |
| Binary | 10010101 | 10011110 | 11001001 | 11010 | 10101 | 0 | 10101 | 11100110 | 100000 | 1000101 |
Color Harmonies of #959EC9
Complementary color
Monochromatic Colors of #959EC9
Black with #959EC9
Text Example
Text Example
White with #959EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959EC9; }
p { color: rgb(149,158,201); }
H1.HeaderClassName
{
color: #959EC9;
}
.AnyTagClassName
{
color: #959EC9;
}
</style>
background-color css
<style>
a { background-color: #959EC9; }
a { background-color: rgb(149,158,201); }
div.DivClassName
{
background-color: #959EC9;
}
.BgClassName
{
background-color: #959EC9;
}
</style>
border-color css
<style>
span { border-color: #959EC9; }
span { border-color: rgb(149,158,201); }
td.TdClassName
{
border-color: #959EC9;
}
.TagClassName
{
border-color: #959EC9;
}
</style>