Shades of Blue Bell #959FC8
Tints of Blue Bell #959FC8
RGB
CMYK
RGB Variations
Color information
#959FC8 (or 0x959FC8) is known color: Blue Bell. HEX triplet: 95, 9F and C8. RGB value is (149,159,200). Sum of RGB (Red+Green+Blue) = 149+159+200=508 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.33% from 508); Green value is 159 (62.5% from 255 or 31.30% from 508); Blue value is 200 (78.52% from 255 or 39.37% from 508); Max value from RGB is 200 - color contains mainly: blue. Hex color #959FC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959FC8 is #6A6037. Grayscale: #A0A0A0. Windows color (decimal): -6971448 or 13148053. OLE color: 13148053.
HSL color Cylindrical-coordinate representation of color #959FC8: hue angle of 228.24º 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 #959FC8 is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 149 | 159 | 200 | - |
| CMYK | 0.26 | 0.20 | 0 | 0.22 |
| HSL | 228.24º | 0.32% | 0.68% | - |
| HSV(B) | 228.24º | 0.26% | 0.78% | - |
| XYZ | 35.22 | 35.36 | 59.61 | - |
| YUV | 160.68 | 150.19 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 159 | 200 | 0.26 | 0.20 | 0 | 0.22 | 228.24 | 0.32 | 0.68 |
| Hex | 95 | 9F | C8 | 1A | 14 | 0 | 16 | E4 | 20 | 44 |
| Octal | 225 | 237 | 310 | 32 | 24 | 0 | 26 | 344 | 40 | 104 |
| Binary | 10010101 | 10011111 | 11001000 | 11010 | 10100 | 0 | 10110 | 11100100 | 100000 | 1000100 |
Color Harmonies of #959FC8
Complementary color
Monochromatic Colors of #959FC8
Black with #959FC8
Text Example
Text Example
White with #959FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959FC8; }
p { color: rgb(149,159,200); }
H1.HeaderClassName
{
color: #959FC8;
}
.AnyTagClassName
{
color: #959FC8;
}
</style>
background-color css
<style>
a { background-color: #959FC8; }
a { background-color: rgb(149,159,200); }
div.DivClassName
{
background-color: #959FC8;
}
.BgClassName
{
background-color: #959FC8;
}
</style>
border-color css
<style>
span { border-color: #959FC8; }
span { border-color: rgb(149,159,200); }
td.TdClassName
{
border-color: #959FC8;
}
.TagClassName
{
border-color: #959FC8;
}
</style>