Shades of Rock Blue #959BAC
Tints of Rock Blue #959BAC
RGB
CMYK
RGB Variations
Color information
#959BAC (or 0x959BAC) is known color: Rock Blue. HEX triplet: 95, 9B and AC. RGB value is (149,155,172). Sum of RGB (Red+Green+Blue) = 149+155+172=476 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.30% from 476); Green value is 155 (60.94% from 255 or 32.56% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 172 - color contains mainly: blue. Hex color #959BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959BAC is #6A6453. Grayscale: #9B9B9B. Windows color (decimal): -6972500 or 11312021. OLE color: 11312021.
HSL color Cylindrical-coordinate representation of color #959BAC: hue angle of 224.35º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #959BAC is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 155 | 172 | - |
| CMYK | 0.13 | 0.10 | 0 | 0.33 |
| HSL | 224.35º | 0.12% | 0.63% | - |
| HSV(B) | 224.35º | 0.13% | 0.67% | - |
| XYZ | 31.56 | 32.81 | 43.7 | - |
| YUV | 155.14 | 137.51 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 155 | 172 | 0.13 | 0.10 | 0 | 0.33 | 224.35 | 0.12 | 0.63 |
| Hex | 95 | 9B | AC | D | A | 0 | 21 | E0 | C | 3F |
| Octal | 225 | 233 | 254 | 15 | 12 | 0 | 41 | 340 | 14 | 77 |
| Binary | 10010101 | 10011011 | 10101100 | 1101 | 1010 | 0 | 100001 | 11100000 | 1100 | 111111 |
Color Harmonies of #959BAC
Complementary color
Monochromatic Colors of #959BAC
Black with #959BAC
Text Example
Text Example
White with #959BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959BAC; }
p { color: rgb(149,155,172); }
H1.HeaderClassName
{
color: #959BAC;
}
.AnyTagClassName
{
color: #959BAC;
}
</style>
background-color css
<style>
a { background-color: #959BAC; }
a { background-color: rgb(149,155,172); }
div.DivClassName
{
background-color: #959BAC;
}
.BgClassName
{
background-color: #959BAC;
}
</style>
border-color css
<style>
span { border-color: #959BAC; }
span { border-color: rgb(149,155,172); }
td.TdClassName
{
border-color: #959BAC;
}
.TagClassName
{
border-color: #959BAC;
}
</style>