Shades of Rock Blue #959DAC
Tints of Rock Blue #959DAC
RGB
CMYK
RGB Variations
Color information
#959DAC (or 0x959DAC) is known color: Rock Blue. HEX triplet: 95, 9D and AC. RGB value is (149,157,172). Sum of RGB (Red+Green+Blue) = 149+157+172=478 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.17% from 478); Green value is 157 (61.72% from 255 or 32.85% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 172 - color contains mainly: blue. Hex color #959DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959DAC is #6A6253. Grayscale: #9C9C9C. Windows color (decimal): -6971988 or 11312533. OLE color: 11312533.
HSL color Cylindrical-coordinate representation of color #959DAC: hue angle of 219.13º 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 #959DAC is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 157 | 172 | - |
| CMYK | 0.13 | 0.09 | 0 | 0.33 |
| HSL | 219.13º | 0.12% | 0.63% | - |
| HSV(B) | 219.13º | 0.13% | 0.67% | - |
| XYZ | 31.9 | 33.48 | 43.81 | - |
| YUV | 156.32 | 136.85 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 157 | 172 | 0.13 | 0.09 | 0 | 0.33 | 219.13 | 0.12 | 0.63 |
| Hex | 95 | 9D | AC | D | 9 | 0 | 21 | DB | C | 3F |
| Octal | 225 | 235 | 254 | 15 | 11 | 0 | 41 | 333 | 14 | 77 |
| Binary | 10010101 | 10011101 | 10101100 | 1101 | 1001 | 0 | 100001 | 11011011 | 1100 | 111111 |
Color Harmonies of #959DAC
Complementary color
Monochromatic Colors of #959DAC
Black with #959DAC
Text Example
Text Example
White with #959DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959DAC; }
p { color: rgb(149,157,172); }
H1.HeaderClassName
{
color: #959DAC;
}
.AnyTagClassName
{
color: #959DAC;
}
</style>
background-color css
<style>
a { background-color: #959DAC; }
a { background-color: rgb(149,157,172); }
div.DivClassName
{
background-color: #959DAC;
}
.BgClassName
{
background-color: #959DAC;
}
</style>
border-color css
<style>
span { border-color: #959DAC; }
span { border-color: rgb(149,157,172); }
td.TdClassName
{
border-color: #959DAC;
}
.TagClassName
{
border-color: #959DAC;
}
</style>