Shades of Blue Bell #958ECC
Tints of Blue Bell #958ECC
RGB
CMYK
RGB Variations
Color information
#958ECC (or 0x958ECC) is known color: Blue Bell. HEX triplet: 95, 8E and CC. RGB value is (149,142,204). Sum of RGB (Red+Green+Blue) = 149+142+204=495 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.10% from 495); Green value is 142 (55.86% from 255 or 28.69% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #958ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958ECC is #6A7133. Grayscale: #969696. Windows color (decimal): -6975796 or 13405845. OLE color: 13405845.
HSL color Cylindrical-coordinate representation of color #958ECC: hue angle of 246.77º degrees, saturation: 0.38, 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 #958ECC is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 149 | 142 | 204 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.2 |
| HSL | 246.77º | 0.38% | 0.68% | - |
| HSV(B) | 246.77º | 0.3% | 0.8% | - |
| XYZ | 32.97 | 30.1 | 61.2 | - |
| YUV | 151.16 | 157.82 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 142 | 204 | 0.27 | 0.30 | 0 | 0.2 | 246.77 | 0.38 | 0.68 |
| Hex | 95 | 8E | CC | 1B | 1E | 0 | 14 | F7 | 26 | 44 |
| Octal | 225 | 216 | 314 | 33 | 36 | 0 | 24 | 367 | 46 | 104 |
| Binary | 10010101 | 10001110 | 11001100 | 11011 | 11110 | 0 | 10100 | 11110111 | 100110 | 1000100 |
Color Harmonies of #958ECC
Complementary color
Monochromatic Colors of #958ECC
Black with #958ECC
Text Example
Text Example
White with #958ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958ECC; }
p { color: rgb(149,142,204); }
H1.HeaderClassName
{
color: #958ECC;
}
.AnyTagClassName
{
color: #958ECC;
}
</style>
background-color css
<style>
a { background-color: #958ECC; }
a { background-color: rgb(149,142,204); }
div.DivClassName
{
background-color: #958ECC;
}
.BgClassName
{
background-color: #958ECC;
}
</style>
border-color css
<style>
span { border-color: #958ECC; }
span { border-color: rgb(149,142,204); }
td.TdClassName
{
border-color: #958ECC;
}
.TagClassName
{
border-color: #958ECC;
}
</style>