Shades of Blue Bell #958EDE
Tints of Blue Bell #958EDE
RGB
CMYK
RGB Variations
Color information
#958EDE (or 0x958EDE) is known color: Blue Bell. HEX triplet: 95, 8E and DE. RGB value is (149,142,222). Sum of RGB (Red+Green+Blue) = 149+142+222=513 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.04% from 513); Green value is 142 (55.86% from 255 or 27.68% from 513); Blue value is 222 (87.11% from 255 or 43.27% from 513); Max value from RGB is 222 - color contains mainly: blue. Hex color #958EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958EDE is #6A7121. Grayscale: #989898. Windows color (decimal): -6975778 or 14585493. OLE color: 14585493.
HSL color Cylindrical-coordinate representation of color #958EDE: hue angle of 245.25º degrees, saturation: 0.55, 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 #958EDE is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 142 | 222 | - |
| CMYK | 0.33 | 0.36 | 0 | 0.13 |
| HSL | 245.25º | 0.55% | 0.71% | - |
| HSV(B) | 245.25º | 0.36% | 0.87% | - |
| XYZ | 35.25 | 31.01 | 73.23 | - |
| YUV | 153.21 | 166.82 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 142 | 222 | 0.33 | 0.36 | 0 | 0.13 | 245.25 | 0.55 | 0.71 |
| Hex | 95 | 8E | DE | 21 | 24 | 0 | D | F5 | 37 | 47 |
| Octal | 225 | 216 | 336 | 41 | 44 | 0 | 15 | 365 | 67 | 107 |
| Binary | 10010101 | 10001110 | 11011110 | 100001 | 100100 | 0 | 1101 | 11110101 | 110111 | 1000111 |
Color Harmonies of #958EDE
Complementary color
Monochromatic Colors of #958EDE
Black with #958EDE
Text Example
Text Example
White with #958EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958EDE; }
p { color: rgb(149,142,222); }
H1.HeaderClassName
{
color: #958EDE;
}
.AnyTagClassName
{
color: #958EDE;
}
</style>
background-color css
<style>
a { background-color: #958EDE; }
a { background-color: rgb(149,142,222); }
div.DivClassName
{
background-color: #958EDE;
}
.BgClassName
{
background-color: #958EDE;
}
</style>
border-color css
<style>
span { border-color: #958EDE; }
span { border-color: rgb(149,142,222); }
td.TdClassName
{
border-color: #958EDE;
}
.TagClassName
{
border-color: #958EDE;
}
</style>