Shades of Blue Bell #959BC0
Tints of Blue Bell #959BC0
RGB
CMYK
RGB Variations
Color information
#959BC0 (or 0x959BC0) is known color: Blue Bell. HEX triplet: 95, 9B and C0. RGB value is (149,155,192). Sum of RGB (Red+Green+Blue) = 149+155+192=496 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.04% from 496); Green value is 155 (60.94% from 255 or 31.25% from 496); Blue value is 192 (75.39% from 255 or 38.71% from 496); Max value from RGB is 192 - color contains mainly: blue. Hex color #959BC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959BC0 is #6A643F. Grayscale: #9D9D9D. Windows color (decimal): -6972480 or 12622741. OLE color: 12622741.
HSL color Cylindrical-coordinate representation of color #959BC0: hue angle of 231.63º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #959BC0 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 155 | 192 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.25 |
| HSL | 231.63º | 0.25% | 0.67% | - |
| HSV(B) | 231.63º | 0.22% | 0.75% | - |
| XYZ | 33.63 | 33.64 | 54.59 | - |
| YUV | 157.42 | 147.51 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 155 | 192 | 0.22 | 0.19 | 0 | 0.25 | 231.63 | 0.25 | 0.67 |
| Hex | 95 | 9B | C0 | 16 | 13 | 0 | 19 | E8 | 19 | 43 |
| Octal | 225 | 233 | 300 | 26 | 23 | 0 | 31 | 350 | 31 | 103 |
| Binary | 10010101 | 10011011 | 11000000 | 10110 | 10011 | 0 | 11001 | 11101000 | 11001 | 1000011 |
Color Harmonies of #959BC0
Complementary color
Monochromatic Colors of #959BC0
Black with #959BC0
Text Example
Text Example
White with #959BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959BC0; }
p { color: rgb(149,155,192); }
H1.HeaderClassName
{
color: #959BC0;
}
.AnyTagClassName
{
color: #959BC0;
}
</style>
background-color css
<style>
a { background-color: #959BC0; }
a { background-color: rgb(149,155,192); }
div.DivClassName
{
background-color: #959BC0;
}
.BgClassName
{
background-color: #959BC0;
}
</style>
border-color css
<style>
span { border-color: #959BC0; }
span { border-color: rgb(149,155,192); }
td.TdClassName
{
border-color: #959BC0;
}
.TagClassName
{
border-color: #959BC0;
}
</style>