Shades of Rock Blue #959BB1
Tints of Rock Blue #959BB1
RGB
CMYK
RGB Variations
Color information
#959BB1 (or 0x959BB1) is known color: Rock Blue. HEX triplet: 95, 9B and B1. RGB value is (149,155,177). Sum of RGB (Red+Green+Blue) = 149+155+177=481 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.98% from 481); Green value is 155 (60.94% from 255 or 32.22% from 481); Blue value is 177 (69.53% from 255 or 36.80% from 481); Max value from RGB is 177 - color contains mainly: blue. Hex color #959BB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959BB1 is #6A644E. Grayscale: #9B9B9B. Windows color (decimal): -6972495 or 11639701. OLE color: 11639701.
HSL color Cylindrical-coordinate representation of color #959BB1: hue angle of 227.14º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #959BB1 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 155 | 177 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.31 |
| HSL | 227.14º | 0.15% | 0.64% | - |
| HSV(B) | 227.14º | 0.16% | 0.69% | - |
| XYZ | 32.05 | 33.01 | 46.28 | - |
| YUV | 155.71 | 140.01 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 155 | 177 | 0.16 | 0.12 | 0 | 0.31 | 227.14 | 0.15 | 0.64 |
| Hex | 95 | 9B | B1 | 10 | C | 0 | 1F | E3 | F | 40 |
| Octal | 225 | 233 | 261 | 20 | 14 | 0 | 37 | 343 | 17 | 100 |
| Binary | 10010101 | 10011011 | 10110001 | 10000 | 1100 | 0 | 11111 | 11100011 | 1111 | 1000000 |
Color Harmonies of #959BB1
Complementary color
Monochromatic Colors of #959BB1
Black with #959BB1
Text Example
Text Example
White with #959BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959BB1; }
p { color: rgb(149,155,177); }
H1.HeaderClassName
{
color: #959BB1;
}
.AnyTagClassName
{
color: #959BB1;
}
</style>
background-color css
<style>
a { background-color: #959BB1; }
a { background-color: rgb(149,155,177); }
div.DivClassName
{
background-color: #959BB1;
}
.BgClassName
{
background-color: #959BB1;
}
</style>
border-color css
<style>
span { border-color: #959BB1; }
span { border-color: rgb(149,155,177); }
td.TdClassName
{
border-color: #959BB1;
}
.TagClassName
{
border-color: #959BB1;
}
</style>