Shades of Rock Blue #919AAD
Tints of Rock Blue #919AAD
RGB
CMYK
RGB Variations
Color information
#919AAD (or 0x919AAD) is known color: Rock Blue. HEX triplet: 91, 9A and AD. RGB value is (145,154,173). Sum of RGB (Red+Green+Blue) = 145+154+173=472 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.72% from 472); Green value is 154 (60.55% from 255 or 32.63% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 173 - color contains mainly: blue. Hex color #919AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919AAD is #6E6552. Grayscale: #999999. Windows color (decimal): -7234899 or 11377297. OLE color: 11377297.
HSL color Cylindrical-coordinate representation of color #919AAD: hue angle of 220.71º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #919AAD is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 145 | 154 | 173 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.32 |
| HSL | 220.71º | 0.15% | 0.62% | - |
| HSV(B) | 220.71º | 0.16% | 0.68% | - |
| XYZ | 30.78 | 32.15 | 44.12 | - |
| YUV | 153.48 | 139.02 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 154 | 173 | 0.16 | 0.11 | 0 | 0.32 | 220.71 | 0.15 | 0.62 |
| Hex | 91 | 9A | AD | 10 | B | 0 | 20 | DD | F | 3E |
| Octal | 221 | 232 | 255 | 20 | 13 | 0 | 40 | 335 | 17 | 76 |
| Binary | 10010001 | 10011010 | 10101101 | 10000 | 1011 | 0 | 100000 | 11011101 | 1111 | 111110 |
Color Harmonies of #919AAD
Complementary color
Monochromatic Colors of #919AAD
Black with #919AAD
Text Example
Text Example
White with #919AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919AAD; }
p { color: rgb(145,154,173); }
H1.HeaderClassName
{
color: #919AAD;
}
.AnyTagClassName
{
color: #919AAD;
}
</style>
background-color css
<style>
a { background-color: #919AAD; }
a { background-color: rgb(145,154,173); }
div.DivClassName
{
background-color: #919AAD;
}
.BgClassName
{
background-color: #919AAD;
}
</style>
border-color css
<style>
span { border-color: #919AAD; }
span { border-color: rgb(145,154,173); }
td.TdClassName
{
border-color: #919AAD;
}
.TagClassName
{
border-color: #919AAD;
}
</style>