Shades of Blue Bell #958ECE
Tints of Blue Bell #958ECE
RGB
CMYK
RGB Variations
Color information
#958ECE (or 0x958ECE) is known color: Blue Bell. HEX triplet: 95, 8E and CE. RGB value is (149,142,206). Sum of RGB (Red+Green+Blue) = 149+142+206=497 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.98% from 497); Green value is 142 (55.86% from 255 or 28.57% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #958ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958ECE is #6A7131. Grayscale: #979797. Windows color (decimal): -6975794 or 13536917. OLE color: 13536917.
HSL color Cylindrical-coordinate representation of color #958ECE: hue angle of 246.56º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #958ECE is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 142 | 206 | - |
| CMYK | 0.28 | 0.31 | 0 | 0.19 |
| HSL | 246.56º | 0.4% | 0.68% | - |
| HSV(B) | 246.56º | 0.31% | 0.81% | - |
| XYZ | 33.21 | 30.19 | 62.47 | - |
| YUV | 151.39 | 158.82 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 142 | 206 | 0.28 | 0.31 | 0 | 0.19 | 246.56 | 0.4 | 0.68 |
| Hex | 95 | 8E | CE | 1C | 1F | 0 | 13 | F7 | 28 | 44 |
| Octal | 225 | 216 | 316 | 34 | 37 | 0 | 23 | 367 | 50 | 104 |
| Binary | 10010101 | 10001110 | 11001110 | 11100 | 11111 | 0 | 10011 | 11110111 | 101000 | 1000100 |
Color Harmonies of #958ECE
Complementary color
Monochromatic Colors of #958ECE
Black with #958ECE
Text Example
Text Example
White with #958ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958ECE; }
p { color: rgb(149,142,206); }
H1.HeaderClassName
{
color: #958ECE;
}
.AnyTagClassName
{
color: #958ECE;
}
</style>
background-color css
<style>
a { background-color: #958ECE; }
a { background-color: rgb(149,142,206); }
div.DivClassName
{
background-color: #958ECE;
}
.BgClassName
{
background-color: #958ECE;
}
</style>
border-color css
<style>
span { border-color: #958ECE; }
span { border-color: rgb(149,142,206); }
td.TdClassName
{
border-color: #958ECE;
}
.TagClassName
{
border-color: #958ECE;
}
</style>