Shades of Blue Bell #958EC2
Tints of Blue Bell #958EC2
RGB
CMYK
RGB Variations
Color information
#958EC2 (or 0x958EC2) is known color: Blue Bell. HEX triplet: 95, 8E and C2. RGB value is (149,142,194). Sum of RGB (Red+Green+Blue) = 149+142+194=485 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.72% from 485); Green value is 142 (55.86% from 255 or 29.28% from 485); Blue value is 194 (76.17% from 255 or 40% from 485); Max value from RGB is 194 - color contains mainly: blue. Hex color #958EC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958EC2 is #6A713D. Grayscale: #959595. Windows color (decimal): -6975806 or 12750485. OLE color: 12750485.
HSL color Cylindrical-coordinate representation of color #958EC2: hue angle of 248.08º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #958EC2 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 142 | 194 | - |
| CMYK | 0.23 | 0.27 | 0 | 0.24 |
| HSL | 248.08º | 0.3% | 0.66% | - |
| HSV(B) | 248.08º | 0.27% | 0.76% | - |
| XYZ | 31.81 | 29.63 | 55.08 | - |
| YUV | 150.02 | 152.82 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 142 | 194 | 0.23 | 0.27 | 0 | 0.24 | 248.08 | 0.3 | 0.66 |
| Hex | 95 | 8E | C2 | 17 | 1B | 0 | 18 | F8 | 1E | 42 |
| Octal | 225 | 216 | 302 | 27 | 33 | 0 | 30 | 370 | 36 | 102 |
| Binary | 10010101 | 10001110 | 11000010 | 10111 | 11011 | 0 | 11000 | 11111000 | 11110 | 1000010 |
Color Harmonies of #958EC2
Complementary color
Monochromatic Colors of #958EC2
Black with #958EC2
Text Example
Text Example
White with #958EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958EC2; }
p { color: rgb(149,142,194); }
H1.HeaderClassName
{
color: #958EC2;
}
.AnyTagClassName
{
color: #958EC2;
}
</style>
background-color css
<style>
a { background-color: #958EC2; }
a { background-color: rgb(149,142,194); }
div.DivClassName
{
background-color: #958EC2;
}
.BgClassName
{
background-color: #958EC2;
}
</style>
border-color css
<style>
span { border-color: #958EC2; }
span { border-color: rgb(149,142,194); }
td.TdClassName
{
border-color: #958EC2;
}
.TagClassName
{
border-color: #958EC2;
}
</style>