Shades of Blue Bell #959FCB
Tints of Blue Bell #959FCB
RGB
CMYK
RGB Variations
Color information
#959FCB (or 0x959FCB) is known color: Blue Bell. HEX triplet: 95, 9F and CB. RGB value is (149,159,203). Sum of RGB (Red+Green+Blue) = 149+159+203=511 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.16% from 511); Green value is 159 (62.5% from 255 or 31.12% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 203 - color contains mainly: blue. Hex color #959FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959FCB is #6A6034. Grayscale: #A0A0A0. Windows color (decimal): -6971445 or 13344661. OLE color: 13344661.
HSL color Cylindrical-coordinate representation of color #959FCB: hue angle of 228.89º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #959FCB is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 159 | 203 | - |
| CMYK | 0.27 | 0.22 | 0 | 0.20 |
| HSL | 228.89º | 0.34% | 0.69% | - |
| HSV(B) | 228.89º | 0.27% | 0.8% | - |
| XYZ | 35.57 | 35.5 | 61.48 | - |
| YUV | 161.03 | 151.69 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 159 | 203 | 0.27 | 0.22 | 0 | 0.20 | 228.89 | 0.34 | 0.69 |
| Hex | 95 | 9F | CB | 1B | 16 | 0 | 14 | E5 | 22 | 45 |
| Octal | 225 | 237 | 313 | 33 | 26 | 0 | 24 | 345 | 42 | 105 |
| Binary | 10010101 | 10011111 | 11001011 | 11011 | 10110 | 0 | 10100 | 11100101 | 100010 | 1000101 |
Color Harmonies of #959FCB
Complementary color
Monochromatic Colors of #959FCB
Black with #959FCB
Text Example
Text Example
White with #959FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959FCB; }
p { color: rgb(149,159,203); }
H1.HeaderClassName
{
color: #959FCB;
}
.AnyTagClassName
{
color: #959FCB;
}
</style>
background-color css
<style>
a { background-color: #959FCB; }
a { background-color: rgb(149,159,203); }
div.DivClassName
{
background-color: #959FCB;
}
.BgClassName
{
background-color: #959FCB;
}
</style>
border-color css
<style>
span { border-color: #959FCB; }
span { border-color: rgb(149,159,203); }
td.TdClassName
{
border-color: #959FCB;
}
.TagClassName
{
border-color: #959FCB;
}
</style>