Shades of Blue Bell #958ECB
Tints of Blue Bell #958ECB
RGB
CMYK
RGB Variations
Color information
#958ECB (or 0x958ECB) is known color: Blue Bell. HEX triplet: 95, 8E and CB. RGB value is (149,142,203). Sum of RGB (Red+Green+Blue) = 149+142+203=494 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.16% from 494); Green value is 142 (55.86% from 255 or 28.74% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #958ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958ECB is #6A7134. Grayscale: #969696. Windows color (decimal): -6975797 or 13340309. OLE color: 13340309.
HSL color Cylindrical-coordinate representation of color #958ECB: hue angle of 246.89º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #958ECB is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 142 | 203 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.20 |
| HSL | 246.89º | 0.37% | 0.68% | - |
| HSV(B) | 246.89º | 0.3% | 0.8% | - |
| XYZ | 32.85 | 30.05 | 60.57 | - |
| YUV | 151.05 | 157.32 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 142 | 203 | 0.27 | 0.30 | 0 | 0.20 | 246.89 | 0.37 | 0.68 |
| Hex | 95 | 8E | CB | 1B | 1E | 0 | 14 | F7 | 25 | 44 |
| Octal | 225 | 216 | 313 | 33 | 36 | 0 | 24 | 367 | 45 | 104 |
| Binary | 10010101 | 10001110 | 11001011 | 11011 | 11110 | 0 | 10100 | 11110111 | 100101 | 1000100 |
Color Harmonies of #958ECB
Complementary color
Monochromatic Colors of #958ECB
Black with #958ECB
Text Example
Text Example
White with #958ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958ECB; }
p { color: rgb(149,142,203); }
H1.HeaderClassName
{
color: #958ECB;
}
.AnyTagClassName
{
color: #958ECB;
}
</style>
background-color css
<style>
a { background-color: #958ECB; }
a { background-color: rgb(149,142,203); }
div.DivClassName
{
background-color: #958ECB;
}
.BgClassName
{
background-color: #958ECB;
}
</style>
border-color css
<style>
span { border-color: #958ECB; }
span { border-color: rgb(149,142,203); }
td.TdClassName
{
border-color: #958ECB;
}
.TagClassName
{
border-color: #958ECB;
}
</style>