Shades of Blue Bell #958DE4
Tints of Blue Bell #958DE4
RGB
CMYK
RGB Variations
Color information
#958DE4 (or 0x958DE4) is known color: Blue Bell. HEX triplet: 95, 8D and E4. RGB value is (149,141,228). Sum of RGB (Red+Green+Blue) = 149+141+228=518 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.76% from 518); Green value is 141 (55.47% from 255 or 27.22% from 518); Blue value is 228 (89.45% from 255 or 44.02% from 518); Max value from RGB is 228 - color contains mainly: blue. Hex color #958DE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958DE4 is #6A721B. Grayscale: #989898. Windows color (decimal): -6976028 or 14978453. OLE color: 14978453.
HSL color Cylindrical-coordinate representation of color #958DE4: hue angle of 245.52º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #958DE4 is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 149 | 141 | 228 | - |
| CMYK | 0.35 | 0.38 | 0 | 0.11 |
| HSL | 245.52º | 0.62% | 0.72% | - |
| HSV(B) | 245.52º | 0.38% | 0.89% | - |
| XYZ | 35.92 | 31.04 | 77.5 | - |
| YUV | 153.31 | 170.15 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 141 | 228 | 0.35 | 0.38 | 0 | 0.11 | 245.52 | 0.62 | 0.72 |
| Hex | 95 | 8D | E4 | 23 | 26 | 0 | B | F6 | 3E | 48 |
| Octal | 225 | 215 | 344 | 43 | 46 | 0 | 13 | 366 | 76 | 110 |
| Binary | 10010101 | 10001101 | 11100100 | 100011 | 100110 | 0 | 1011 | 11110110 | 111110 | 1001000 |
Color Harmonies of #958DE4
Complementary color
Monochromatic Colors of #958DE4
Black with #958DE4
Text Example
Text Example
White with #958DE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958DE4; }
p { color: rgb(149,141,228); }
H1.HeaderClassName
{
color: #958DE4;
}
.AnyTagClassName
{
color: #958DE4;
}
</style>
background-color css
<style>
a { background-color: #958DE4; }
a { background-color: rgb(149,141,228); }
div.DivClassName
{
background-color: #958DE4;
}
.BgClassName
{
background-color: #958DE4;
}
</style>
border-color css
<style>
span { border-color: #958DE4; }
span { border-color: rgb(149,141,228); }
td.TdClassName
{
border-color: #958DE4;
}
.TagClassName
{
border-color: #958DE4;
}
</style>