Shades of Blue Bell #958CE1
Tints of Blue Bell #958CE1
RGB
CMYK
RGB Variations
Color information
#958CE1 (or 0x958CE1) is known color: Blue Bell. HEX triplet: 95, 8C and E1. RGB value is (149,140,225). Sum of RGB (Red+Green+Blue) = 149+140+225=514 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.99% from 514); Green value is 140 (55.08% from 255 or 27.24% from 514); Blue value is 225 (88.28% from 255 or 43.77% from 514); Max value from RGB is 225 - color contains mainly: blue. Hex color #958CE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958CE1 is #6A731E. Grayscale: #989898. Windows color (decimal): -6976287 or 14781589. OLE color: 14781589.
HSL color Cylindrical-coordinate representation of color #958CE1: hue angle of 246.35º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #958CE1 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 149 | 140 | 225 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.12 |
| HSL | 246.35º | 0.59% | 0.72% | - |
| HSV(B) | 246.35º | 0.38% | 0.88% | - |
| XYZ | 35.36 | 30.58 | 75.27 | - |
| YUV | 152.38 | 168.98 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 140 | 225 | 0.34 | 0.38 | 0 | 0.12 | 246.35 | 0.59 | 0.72 |
| Hex | 95 | 8C | E1 | 22 | 26 | 0 | C | F6 | 3B | 48 |
| Octal | 225 | 214 | 341 | 42 | 46 | 0 | 14 | 366 | 73 | 110 |
| Binary | 10010101 | 10001100 | 11100001 | 100010 | 100110 | 0 | 1100 | 11110110 | 111011 | 1001000 |
Color Harmonies of #958CE1
Complementary color
Monochromatic Colors of #958CE1
Black with #958CE1
Text Example
Text Example
White with #958CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958CE1; }
p { color: rgb(149,140,225); }
H1.HeaderClassName
{
color: #958CE1;
}
.AnyTagClassName
{
color: #958CE1;
}
</style>
background-color css
<style>
a { background-color: #958CE1; }
a { background-color: rgb(149,140,225); }
div.DivClassName
{
background-color: #958CE1;
}
.BgClassName
{
background-color: #958CE1;
}
</style>
border-color css
<style>
span { border-color: #958CE1; }
span { border-color: rgb(149,140,225); }
td.TdClassName
{
border-color: #958CE1;
}
.TagClassName
{
border-color: #958CE1;
}
</style>