Shades of Blue Bell #959BCC
Tints of Blue Bell #959BCC
RGB
CMYK
RGB Variations
Color information
#959BCC (or 0x959BCC) is known color: Blue Bell. HEX triplet: 95, 9B and CC. RGB value is (149,155,204). Sum of RGB (Red+Green+Blue) = 149+155+204=508 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.33% from 508); Green value is 155 (60.94% from 255 or 30.51% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #959BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959BCC is #6A6433. Grayscale: #9E9E9E. Windows color (decimal): -6972468 or 13409173. OLE color: 13409173.
HSL color Cylindrical-coordinate representation of color #959BCC: hue angle of 233.45º degrees, saturation: 0.35, 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 #959BCC is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 149 | 155 | 204 | - |
| CMYK | 0.27 | 0.24 | 0 | 0.2 |
| HSL | 233.45º | 0.35% | 0.69% | - |
| HSV(B) | 233.45º | 0.27% | 0.8% | - |
| XYZ | 35.01 | 34.19 | 61.88 | - |
| YUV | 158.79 | 153.51 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 155 | 204 | 0.27 | 0.24 | 0 | 0.2 | 233.45 | 0.35 | 0.69 |
| Hex | 95 | 9B | CC | 1B | 18 | 0 | 14 | E9 | 23 | 45 |
| Octal | 225 | 233 | 314 | 33 | 30 | 0 | 24 | 351 | 43 | 105 |
| Binary | 10010101 | 10011011 | 11001100 | 11011 | 11000 | 0 | 10100 | 11101001 | 100011 | 1000101 |
Color Harmonies of #959BCC
Complementary color
Monochromatic Colors of #959BCC
Black with #959BCC
Text Example
Text Example
White with #959BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959BCC; }
p { color: rgb(149,155,204); }
H1.HeaderClassName
{
color: #959BCC;
}
.AnyTagClassName
{
color: #959BCC;
}
</style>
background-color css
<style>
a { background-color: #959BCC; }
a { background-color: rgb(149,155,204); }
div.DivClassName
{
background-color: #959BCC;
}
.BgClassName
{
background-color: #959BCC;
}
</style>
border-color css
<style>
span { border-color: #959BCC; }
span { border-color: rgb(149,155,204); }
td.TdClassName
{
border-color: #959BCC;
}
.TagClassName
{
border-color: #959BCC;
}
</style>