Shades of Rock Blue #959DAD
Tints of Rock Blue #959DAD
RGB
CMYK
RGB Variations
Color information
#959DAD (or 0x959DAD) is known color: Rock Blue. HEX triplet: 95, 9D and AD. RGB value is (149,157,173). Sum of RGB (Red+Green+Blue) = 149+157+173=479 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.11% from 479); Green value is 157 (61.72% from 255 or 32.78% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 173 - color contains mainly: blue. Hex color #959DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959DAD is #6A6252. Grayscale: #9C9C9C. Windows color (decimal): -6971987 or 11378069. OLE color: 11378069.
HSL color Cylindrical-coordinate representation of color #959DAD: hue angle of 220º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #959DAD is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 157 | 173 | - |
| CMYK | 0.14 | 0.09 | 0 | 0.32 |
| HSL | 220º | 0.13% | 0.63% | - |
| HSV(B) | 220º | 0.14% | 0.68% | - |
| XYZ | 31.99 | 33.52 | 44.32 | - |
| YUV | 156.43 | 137.35 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 157 | 173 | 0.14 | 0.09 | 0 | 0.32 | 220 | 0.13 | 0.63 |
| Hex | 95 | 9D | AD | E | 9 | 0 | 20 | DC | D | 3F |
| Octal | 225 | 235 | 255 | 16 | 11 | 0 | 40 | 334 | 15 | 77 |
| Binary | 10010101 | 10011101 | 10101101 | 1110 | 1001 | 0 | 100000 | 11011100 | 1101 | 111111 |
Color Harmonies of #959DAD
Complementary color
Monochromatic Colors of #959DAD
Black with #959DAD
Text Example
Text Example
White with #959DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959DAD; }
p { color: rgb(149,157,173); }
H1.HeaderClassName
{
color: #959DAD;
}
.AnyTagClassName
{
color: #959DAD;
}
</style>
background-color css
<style>
a { background-color: #959DAD; }
a { background-color: rgb(149,157,173); }
div.DivClassName
{
background-color: #959DAD;
}
.BgClassName
{
background-color: #959DAD;
}
</style>
border-color css
<style>
span { border-color: #959DAD; }
span { border-color: rgb(149,157,173); }
td.TdClassName
{
border-color: #959DAD;
}
.TagClassName
{
border-color: #959DAD;
}
</style>