Shades of Blue Bell #958EDD
Tints of Blue Bell #958EDD
RGB
CMYK
RGB Variations
Color information
#958EDD (or 0x958EDD) is known color: Blue Bell. HEX triplet: 95, 8E and DD. RGB value is (149,142,221). Sum of RGB (Red+Green+Blue) = 149+142+221=512 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.10% from 512); Green value is 142 (55.86% from 255 or 27.73% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #958EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958EDD is #6A7122. Grayscale: #989898. Windows color (decimal): -6975779 or 14519957. OLE color: 14519957.
HSL color Cylindrical-coordinate representation of color #958EDD: hue angle of 245.32º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #958EDD is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 142 | 221 | - |
| CMYK | 0.33 | 0.36 | 0 | 0.13 |
| HSL | 245.32º | 0.54% | 0.71% | - |
| HSV(B) | 245.32º | 0.36% | 0.87% | - |
| XYZ | 35.12 | 30.96 | 72.53 | - |
| YUV | 153.1 | 166.32 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 142 | 221 | 0.33 | 0.36 | 0 | 0.13 | 245.32 | 0.54 | 0.71 |
| Hex | 95 | 8E | DD | 21 | 24 | 0 | D | F5 | 36 | 47 |
| Octal | 225 | 216 | 335 | 41 | 44 | 0 | 15 | 365 | 66 | 107 |
| Binary | 10010101 | 10001110 | 11011101 | 100001 | 100100 | 0 | 1101 | 11110101 | 110110 | 1000111 |
Color Harmonies of #958EDD
Complementary color
Monochromatic Colors of #958EDD
Black with #958EDD
Text Example
Text Example
White with #958EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958EDD; }
p { color: rgb(149,142,221); }
H1.HeaderClassName
{
color: #958EDD;
}
.AnyTagClassName
{
color: #958EDD;
}
</style>
background-color css
<style>
a { background-color: #958EDD; }
a { background-color: rgb(149,142,221); }
div.DivClassName
{
background-color: #958EDD;
}
.BgClassName
{
background-color: #958EDD;
}
</style>
border-color css
<style>
span { border-color: #958EDD; }
span { border-color: rgb(149,142,221); }
td.TdClassName
{
border-color: #958EDD;
}
.TagClassName
{
border-color: #958EDD;
}
</style>