Shades of Rock Blue #949CAD
Tints of Rock Blue #949CAD
RGB
CMYK
RGB Variations
Color information
#949CAD (or 0x949CAD) is known color: Rock Blue. HEX triplet: 94, 9C and AD. RGB value is (148,156,173). Sum of RGB (Red+Green+Blue) = 148+156+173=477 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.03% from 477); Green value is 156 (61.33% from 255 or 32.70% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 173 - color contains mainly: blue. Hex color #949CAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949CAD is #6B6352. Grayscale: #9B9B9B. Windows color (decimal): -7037779 or 11377812. OLE color: 11377812.
HSL color Cylindrical-coordinate representation of color #949CAD: hue angle of 220.8º 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 #949CAD is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 148 | 156 | 173 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.32 |
| HSL | 220.8º | 0.13% | 0.63% | - |
| HSV(B) | 220.8º | 0.14% | 0.68% | - |
| XYZ | 31.64 | 33.09 | 44.25 | - |
| YUV | 155.55 | 137.85 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 156 | 173 | 0.14 | 0.10 | 0 | 0.32 | 220.8 | 0.13 | 0.63 |
| Hex | 94 | 9C | AD | E | A | 0 | 20 | DD | D | 3F |
| Octal | 224 | 234 | 255 | 16 | 12 | 0 | 40 | 335 | 15 | 77 |
| Binary | 10010100 | 10011100 | 10101101 | 1110 | 1010 | 0 | 100000 | 11011101 | 1101 | 111111 |
Color Harmonies of #949CAD
Complementary color
Monochromatic Colors of #949CAD
Black with #949CAD
Text Example
Text Example
White with #949CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949CAD; }
p { color: rgb(148,156,173); }
H1.HeaderClassName
{
color: #949CAD;
}
.AnyTagClassName
{
color: #949CAD;
}
</style>
background-color css
<style>
a { background-color: #949CAD; }
a { background-color: rgb(148,156,173); }
div.DivClassName
{
background-color: #949CAD;
}
.BgClassName
{
background-color: #949CAD;
}
</style>
border-color css
<style>
span { border-color: #949CAD; }
span { border-color: rgb(148,156,173); }
td.TdClassName
{
border-color: #949CAD;
}
.TagClassName
{
border-color: #949CAD;
}
</style>