Shades of Blue Bell #959DCB
Tints of Blue Bell #959DCB
RGB
CMYK
RGB Variations
Color information
#959DCB (or 0x959DCB) is known color: Blue Bell. HEX triplet: 95, 9D and CB. RGB value is (149,157,203). Sum of RGB (Red+Green+Blue) = 149+157+203=509 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.27% from 509); Green value is 157 (61.72% from 255 or 30.84% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #959DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959DCB is #6A6234. Grayscale: #9F9F9F. Windows color (decimal): -6971957 or 13344149. OLE color: 13344149.
HSL color Cylindrical-coordinate representation of color #959DCB: hue angle of 231.11º 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 #959DCB is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 157 | 203 | - |
| CMYK | 0.27 | 0.23 | 0 | 0.20 |
| HSL | 231.11º | 0.34% | 0.69% | - |
| HSV(B) | 231.11º | 0.27% | 0.8% | - |
| XYZ | 35.23 | 34.82 | 61.36 | - |
| YUV | 159.85 | 152.35 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 157 | 203 | 0.27 | 0.23 | 0 | 0.20 | 231.11 | 0.34 | 0.69 |
| Hex | 95 | 9D | CB | 1B | 17 | 0 | 14 | E7 | 22 | 45 |
| Octal | 225 | 235 | 313 | 33 | 27 | 0 | 24 | 347 | 42 | 105 |
| Binary | 10010101 | 10011101 | 11001011 | 11011 | 10111 | 0 | 10100 | 11100111 | 100010 | 1000101 |
Color Harmonies of #959DCB
Complementary color
Monochromatic Colors of #959DCB
Black with #959DCB
Text Example
Text Example
White with #959DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959DCB; }
p { color: rgb(149,157,203); }
H1.HeaderClassName
{
color: #959DCB;
}
.AnyTagClassName
{
color: #959DCB;
}
</style>
background-color css
<style>
a { background-color: #959DCB; }
a { background-color: rgb(149,157,203); }
div.DivClassName
{
background-color: #959DCB;
}
.BgClassName
{
background-color: #959DCB;
}
</style>
border-color css
<style>
span { border-color: #959DCB; }
span { border-color: rgb(149,157,203); }
td.TdClassName
{
border-color: #959DCB;
}
.TagClassName
{
border-color: #959DCB;
}
</style>