Shades of Blue Bell #959ECC
Tints of Blue Bell #959ECC
RGB
CMYK
RGB Variations
Color information
#959ECC (or 0x959ECC) is known color: Blue Bell. HEX triplet: 95, 9E and CC. RGB value is (149,158,204). Sum of RGB (Red+Green+Blue) = 149+158+204=511 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.16% from 511); Green value is 158 (62.11% from 255 or 30.92% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 204 - color contains mainly: blue. Hex color #959ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959ECC is #6A6133. Grayscale: #A0A0A0. Windows color (decimal): -6971700 or 13409941. OLE color: 13409941.
HSL color Cylindrical-coordinate representation of color #959ECC: hue angle of 230.18º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #959ECC is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 149 | 158 | 204 | - |
| CMYK | 0.27 | 0.23 | 0 | 0.2 |
| HSL | 230.18º | 0.35% | 0.69% | - |
| HSV(B) | 230.18º | 0.27% | 0.8% | - |
| XYZ | 35.52 | 35.2 | 62.05 | - |
| YUV | 160.55 | 152.52 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 158 | 204 | 0.27 | 0.23 | 0 | 0.2 | 230.18 | 0.35 | 0.69 |
| Hex | 95 | 9E | CC | 1B | 17 | 0 | 14 | E6 | 23 | 45 |
| Octal | 225 | 236 | 314 | 33 | 27 | 0 | 24 | 346 | 43 | 105 |
| Binary | 10010101 | 10011110 | 11001100 | 11011 | 10111 | 0 | 10100 | 11100110 | 100011 | 1000101 |
Color Harmonies of #959ECC
Complementary color
Monochromatic Colors of #959ECC
Black with #959ECC
Text Example
Text Example
White with #959ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959ECC; }
p { color: rgb(149,158,204); }
H1.HeaderClassName
{
color: #959ECC;
}
.AnyTagClassName
{
color: #959ECC;
}
</style>
background-color css
<style>
a { background-color: #959ECC; }
a { background-color: rgb(149,158,204); }
div.DivClassName
{
background-color: #959ECC;
}
.BgClassName
{
background-color: #959ECC;
}
</style>
border-color css
<style>
span { border-color: #959ECC; }
span { border-color: rgb(149,158,204); }
td.TdClassName
{
border-color: #959ECC;
}
.TagClassName
{
border-color: #959ECC;
}
</style>