Shades of Blue Bell #959BCD
Tints of Blue Bell #959BCD
RGB
CMYK
RGB Variations
Color information
#959BCD (or 0x959BCD) is known color: Blue Bell. HEX triplet: 95, 9B and CD. RGB value is (149,155,205). Sum of RGB (Red+Green+Blue) = 149+155+205=509 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.27% from 509); Green value is 155 (60.94% from 255 or 30.45% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 205 - color contains mainly: blue. Hex color #959BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959BCD is #6A6432. Grayscale: #9E9E9E. Windows color (decimal): -6972467 or 13474709. OLE color: 13474709.
HSL color Cylindrical-coordinate representation of color #959BCD: hue angle of 233.57º degrees, saturation: 0.36, 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 #959BCD is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 155 | 205 | - |
| CMYK | 0.27 | 0.24 | 0 | 0.20 |
| HSL | 233.57º | 0.36% | 0.69% | - |
| HSV(B) | 233.57º | 0.27% | 0.8% | - |
| XYZ | 35.14 | 34.24 | 62.51 | - |
| YUV | 158.91 | 154.01 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 155 | 205 | 0.27 | 0.24 | 0 | 0.20 | 233.57 | 0.36 | 0.69 |
| Hex | 95 | 9B | CD | 1B | 18 | 0 | 14 | EA | 24 | 45 |
| Octal | 225 | 233 | 315 | 33 | 30 | 0 | 24 | 352 | 44 | 105 |
| Binary | 10010101 | 10011011 | 11001101 | 11011 | 11000 | 0 | 10100 | 11101010 | 100100 | 1000101 |
Color Harmonies of #959BCD
Complementary color
Monochromatic Colors of #959BCD
Black with #959BCD
Text Example
Text Example
White with #959BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959BCD; }
p { color: rgb(149,155,205); }
H1.HeaderClassName
{
color: #959BCD;
}
.AnyTagClassName
{
color: #959BCD;
}
</style>
background-color css
<style>
a { background-color: #959BCD; }
a { background-color: rgb(149,155,205); }
div.DivClassName
{
background-color: #959BCD;
}
.BgClassName
{
background-color: #959BCD;
}
</style>
border-color css
<style>
span { border-color: #959BCD; }
span { border-color: rgb(149,155,205); }
td.TdClassName
{
border-color: #959BCD;
}
.TagClassName
{
border-color: #959BCD;
}
</style>