Shades of Rock Blue #949DAD
Tints of Rock Blue #949DAD
RGB
CMYK
RGB Variations
Color information
#949DAD (or 0x949DAD) is known color: Rock Blue. HEX triplet: 94, 9D and AD. RGB value is (148,157,173). Sum of RGB (Red+Green+Blue) = 148+157+173=478 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.96% from 478); Green value is 157 (61.72% from 255 or 32.85% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 173 - color contains mainly: blue. Hex color #949DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949DAD is #6B6252. Grayscale: #9C9C9C. Windows color (decimal): -7037523 or 11378068. OLE color: 11378068.
HSL color Cylindrical-coordinate representation of color #949DAD: hue angle of 218.4º 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 #949DAD is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 148 | 157 | 173 | - |
| CMYK | 0.14 | 0.09 | 0 | 0.32 |
| HSL | 218.4º | 0.13% | 0.63% | - |
| HSV(B) | 218.4º | 0.14% | 0.68% | - |
| XYZ | 31.81 | 33.43 | 44.31 | - |
| YUV | 156.13 | 137.52 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 157 | 173 | 0.14 | 0.09 | 0 | 0.32 | 218.4 | 0.13 | 0.63 |
| Hex | 94 | 9D | AD | E | 9 | 0 | 20 | DA | D | 3F |
| Octal | 224 | 235 | 255 | 16 | 11 | 0 | 40 | 332 | 15 | 77 |
| Binary | 10010100 | 10011101 | 10101101 | 1110 | 1001 | 0 | 100000 | 11011010 | 1101 | 111111 |
Color Harmonies of #949DAD
Complementary color
Monochromatic Colors of #949DAD
Black with #949DAD
Text Example
Text Example
White with #949DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949DAD; }
p { color: rgb(148,157,173); }
H1.HeaderClassName
{
color: #949DAD;
}
.AnyTagClassName
{
color: #949DAD;
}
</style>
background-color css
<style>
a { background-color: #949DAD; }
a { background-color: rgb(148,157,173); }
div.DivClassName
{
background-color: #949DAD;
}
.BgClassName
{
background-color: #949DAD;
}
</style>
border-color css
<style>
span { border-color: #949DAD; }
span { border-color: rgb(148,157,173); }
td.TdClassName
{
border-color: #949DAD;
}
.TagClassName
{
border-color: #949DAD;
}
</style>