Shades of Blue Bell #959EC8
Tints of Blue Bell #959EC8
RGB
CMYK
RGB Variations
Color information
#959EC8 (or 0x959EC8) is known color: Blue Bell. HEX triplet: 95, 9E and C8. RGB value is (149,158,200). Sum of RGB (Red+Green+Blue) = 149+158+200=507 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.39% from 507); Green value is 158 (62.11% from 255 or 31.16% from 507); Blue value is 200 (78.52% from 255 or 39.45% from 507); Max value from RGB is 200 - color contains mainly: blue. Hex color #959EC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959EC8 is #6A6137. Grayscale: #9F9F9F. Windows color (decimal): -6971704 or 13147797. OLE color: 13147797.
HSL color Cylindrical-coordinate representation of color #959EC8: hue angle of 229.41º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #959EC8 is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 149 | 158 | 200 | - |
| CMYK | 0.26 | 0.21 | 0 | 0.22 |
| HSL | 229.41º | 0.32% | 0.68% | - |
| HSV(B) | 229.41º | 0.26% | 0.78% | - |
| XYZ | 35.05 | 35.01 | 59.55 | - |
| YUV | 160.1 | 150.52 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 158 | 200 | 0.26 | 0.21 | 0 | 0.22 | 229.41 | 0.32 | 0.68 |
| Hex | 95 | 9E | C8 | 1A | 15 | 0 | 16 | E5 | 20 | 44 |
| Octal | 225 | 236 | 310 | 32 | 25 | 0 | 26 | 345 | 40 | 104 |
| Binary | 10010101 | 10011110 | 11001000 | 11010 | 10101 | 0 | 10110 | 11100101 | 100000 | 1000100 |
Color Harmonies of #959EC8
Complementary color
Monochromatic Colors of #959EC8
Black with #959EC8
Text Example
Text Example
White with #959EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959EC8; }
p { color: rgb(149,158,200); }
H1.HeaderClassName
{
color: #959EC8;
}
.AnyTagClassName
{
color: #959EC8;
}
</style>
background-color css
<style>
a { background-color: #959EC8; }
a { background-color: rgb(149,158,200); }
div.DivClassName
{
background-color: #959EC8;
}
.BgClassName
{
background-color: #959EC8;
}
</style>
border-color css
<style>
span { border-color: #959EC8; }
span { border-color: rgb(149,158,200); }
td.TdClassName
{
border-color: #959EC8;
}
.TagClassName
{
border-color: #959EC8;
}
</style>