Shades of Blue Bell #958EE0
Tints of Blue Bell #958EE0
RGB
CMYK
RGB Variations
Color information
#958EE0 (or 0x958EE0) is known color: Blue Bell. HEX triplet: 95, 8E and E0. RGB value is (149,142,224). Sum of RGB (Red+Green+Blue) = 149+142+224=515 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.93% from 515); Green value is 142 (55.86% from 255 or 27.57% from 515); Blue value is 224 (87.89% from 255 or 43.50% from 515); Max value from RGB is 224 - color contains mainly: blue. Hex color #958EE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958EE0 is #6A711F. Grayscale: #999999. Windows color (decimal): -6975776 or 14716565. OLE color: 14716565.
HSL color Cylindrical-coordinate representation of color #958EE0: hue angle of 245.12º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #958EE0 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 149 | 142 | 224 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.12 |
| HSL | 245.12º | 0.57% | 0.72% | - |
| HSV(B) | 245.12º | 0.37% | 0.88% | - |
| XYZ | 35.52 | 31.12 | 74.66 | - |
| YUV | 153.44 | 167.82 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 142 | 224 | 0.33 | 0.37 | 0 | 0.12 | 245.12 | 0.57 | 0.72 |
| Hex | 95 | 8E | E0 | 21 | 25 | 0 | C | F5 | 39 | 48 |
| Octal | 225 | 216 | 340 | 41 | 45 | 0 | 14 | 365 | 71 | 110 |
| Binary | 10010101 | 10001110 | 11100000 | 100001 | 100101 | 0 | 1100 | 11110101 | 111001 | 1001000 |
Color Harmonies of #958EE0
Complementary color
Monochromatic Colors of #958EE0
Black with #958EE0
Text Example
Text Example
White with #958EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958EE0; }
p { color: rgb(149,142,224); }
H1.HeaderClassName
{
color: #958EE0;
}
.AnyTagClassName
{
color: #958EE0;
}
</style>
background-color css
<style>
a { background-color: #958EE0; }
a { background-color: rgb(149,142,224); }
div.DivClassName
{
background-color: #958EE0;
}
.BgClassName
{
background-color: #958EE0;
}
</style>
border-color css
<style>
span { border-color: #958EE0; }
span { border-color: rgb(149,142,224); }
td.TdClassName
{
border-color: #958EE0;
}
.TagClassName
{
border-color: #958EE0;
}
</style>