Shades of Rock Blue #959CBB
Tints of Rock Blue #959CBB
RGB
CMYK
RGB Variations
Color information
#959CBB (or 0x959CBB) is known color: Rock Blue. HEX triplet: 95, 9C and BB. RGB value is (149,156,187). Sum of RGB (Red+Green+Blue) = 149+156+187=492 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.28% from 492); Green value is 156 (61.33% from 255 or 31.71% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 187 - color contains mainly: blue. Hex color #959CBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959CBB is #6A6344. Grayscale: #9D9D9D. Windows color (decimal): -6972229 or 12295317. OLE color: 12295317.
HSL color Cylindrical-coordinate representation of color #959CBB: hue angle of 228.95º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #959CBB is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 156 | 187 | - |
| CMYK | 0.20 | 0.17 | 0 | 0.27 |
| HSL | 228.95º | 0.22% | 0.66% | - |
| HSV(B) | 228.95º | 0.2% | 0.73% | - |
| XYZ | 33.25 | 33.75 | 51.78 | - |
| YUV | 157.44 | 144.68 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 156 | 187 | 0.20 | 0.17 | 0 | 0.27 | 228.95 | 0.22 | 0.66 |
| Hex | 95 | 9C | BB | 14 | 11 | 0 | 1B | E5 | 16 | 42 |
| Octal | 225 | 234 | 273 | 24 | 21 | 0 | 33 | 345 | 26 | 102 |
| Binary | 10010101 | 10011100 | 10111011 | 10100 | 10001 | 0 | 11011 | 11100101 | 10110 | 1000010 |
Color Harmonies of #959CBB
Complementary color
Monochromatic Colors of #959CBB
Black with #959CBB
Text Example
Text Example
White with #959CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959CBB; }
p { color: rgb(149,156,187); }
H1.HeaderClassName
{
color: #959CBB;
}
.AnyTagClassName
{
color: #959CBB;
}
</style>
background-color css
<style>
a { background-color: #959CBB; }
a { background-color: rgb(149,156,187); }
div.DivClassName
{
background-color: #959CBB;
}
.BgClassName
{
background-color: #959CBB;
}
</style>
border-color css
<style>
span { border-color: #959CBB; }
span { border-color: rgb(149,156,187); }
td.TdClassName
{
border-color: #959CBB;
}
.TagClassName
{
border-color: #959CBB;
}
</style>