Shades of Blue Bell #958FE1
Tints of Blue Bell #958FE1
RGB
CMYK
RGB Variations
Color information
#958FE1 (or 0x958FE1) is known color: Blue Bell. HEX triplet: 95, 8F and E1. RGB value is (149,143,225). Sum of RGB (Red+Green+Blue) = 149+143+225=517 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.82% from 517); Green value is 143 (56.25% from 255 or 27.66% from 517); Blue value is 225 (88.28% from 255 or 43.52% from 517); Max value from RGB is 225 - color contains mainly: blue. Hex color #958FE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958FE1 is #6A701E. Grayscale: #999999. Windows color (decimal): -6975519 or 14782357. OLE color: 14782357.
HSL color Cylindrical-coordinate representation of color #958FE1: hue angle of 244.39º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #958FE1 is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 149 | 143 | 225 | - |
| CMYK | 0.34 | 0.36 | 0 | 0.12 |
| HSL | 244.39º | 0.58% | 0.72% | - |
| HSV(B) | 244.39º | 0.36% | 0.88% | - |
| XYZ | 35.81 | 31.47 | 75.42 | - |
| YUV | 154.14 | 167.99 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 143 | 225 | 0.34 | 0.36 | 0 | 0.12 | 244.39 | 0.58 | 0.72 |
| Hex | 95 | 8F | E1 | 22 | 24 | 0 | C | F4 | 3A | 48 |
| Octal | 225 | 217 | 341 | 42 | 44 | 0 | 14 | 364 | 72 | 110 |
| Binary | 10010101 | 10001111 | 11100001 | 100010 | 100100 | 0 | 1100 | 11110100 | 111010 | 1001000 |
Color Harmonies of #958FE1
Complementary color
Monochromatic Colors of #958FE1
Black with #958FE1
Text Example
Text Example
White with #958FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958FE1; }
p { color: rgb(149,143,225); }
H1.HeaderClassName
{
color: #958FE1;
}
.AnyTagClassName
{
color: #958FE1;
}
</style>
background-color css
<style>
a { background-color: #958FE1; }
a { background-color: rgb(149,143,225); }
div.DivClassName
{
background-color: #958FE1;
}
.BgClassName
{
background-color: #958FE1;
}
</style>
border-color css
<style>
span { border-color: #958FE1; }
span { border-color: rgb(149,143,225); }
td.TdClassName
{
border-color: #958FE1;
}
.TagClassName
{
border-color: #958FE1;
}
</style>