Shades of Blue Bell #959CC8
Tints of Blue Bell #959CC8
RGB
CMYK
RGB Variations
Color information
#959CC8 (or 0x959CC8) is known color: Blue Bell. HEX triplet: 95, 9C and C8. RGB value is (149,156,200). Sum of RGB (Red+Green+Blue) = 149+156+200=505 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.50% from 505); Green value is 156 (61.33% from 255 or 30.89% from 505); Blue value is 200 (78.52% from 255 or 39.60% from 505); Max value from RGB is 200 - color contains mainly: blue. Hex color #959CC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959CC8 is #6A6337. Grayscale: #9E9E9E. Windows color (decimal): -6972216 or 13147285. OLE color: 13147285.
HSL color Cylindrical-coordinate representation of color #959CC8: hue angle of 231.76º 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 #959CC8 is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 149 | 156 | 200 | - |
| CMYK | 0.26 | 0.22 | 0 | 0.22 |
| HSL | 231.76º | 0.32% | 0.68% | - |
| HSV(B) | 231.76º | 0.26% | 0.78% | - |
| XYZ | 34.71 | 34.34 | 59.44 | - |
| YUV | 158.92 | 151.18 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 156 | 200 | 0.26 | 0.22 | 0 | 0.22 | 231.76 | 0.32 | 0.68 |
| Hex | 95 | 9C | C8 | 1A | 16 | 0 | 16 | E8 | 20 | 44 |
| Octal | 225 | 234 | 310 | 32 | 26 | 0 | 26 | 350 | 40 | 104 |
| Binary | 10010101 | 10011100 | 11001000 | 11010 | 10110 | 0 | 10110 | 11101000 | 100000 | 1000100 |
Color Harmonies of #959CC8
Complementary color
Monochromatic Colors of #959CC8
Black with #959CC8
Text Example
Text Example
White with #959CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959CC8; }
p { color: rgb(149,156,200); }
H1.HeaderClassName
{
color: #959CC8;
}
.AnyTagClassName
{
color: #959CC8;
}
</style>
background-color css
<style>
a { background-color: #959CC8; }
a { background-color: rgb(149,156,200); }
div.DivClassName
{
background-color: #959CC8;
}
.BgClassName
{
background-color: #959CC8;
}
</style>
border-color css
<style>
span { border-color: #959CC8; }
span { border-color: rgb(149,156,200); }
td.TdClassName
{
border-color: #959CC8;
}
.TagClassName
{
border-color: #959CC8;
}
</style>