Shades of Rock Blue #919AAA
Tints of Rock Blue #919AAA
RGB
CMYK
RGB Variations
Color information
#919AAA (or 0x919AAA) is known color: Rock Blue. HEX triplet: 91, 9A and AA. RGB value is (145,154,170). Sum of RGB (Red+Green+Blue) = 145+154+170=469 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.92% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 170 - color contains mainly: blue. Hex color #919AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919AAA is #6E6555. Grayscale: #999999. Windows color (decimal): -7234902 or 11180689. OLE color: 11180689.
HSL color Cylindrical-coordinate representation of color #919AAA: hue angle of 218.4º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #919AAA is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 154 | 170 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.33 |
| HSL | 218.4º | 0.13% | 0.62% | - |
| HSV(B) | 218.4º | 0.15% | 0.67% | - |
| XYZ | 30.49 | 32.03 | 42.61 | - |
| YUV | 153.13 | 137.52 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 154 | 170 | 0.15 | 0.09 | 0 | 0.33 | 218.4 | 0.13 | 0.62 |
| Hex | 91 | 9A | AA | F | 9 | 0 | 21 | DA | D | 3E |
| Octal | 221 | 232 | 252 | 17 | 11 | 0 | 41 | 332 | 15 | 76 |
| Binary | 10010001 | 10011010 | 10101010 | 1111 | 1001 | 0 | 100001 | 11011010 | 1101 | 111110 |
Color Harmonies of #919AAA
Complementary color
Monochromatic Colors of #919AAA
Black with #919AAA
Text Example
Text Example
White with #919AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919AAA; }
p { color: rgb(145,154,170); }
H1.HeaderClassName
{
color: #919AAA;
}
.AnyTagClassName
{
color: #919AAA;
}
</style>
background-color css
<style>
a { background-color: #919AAA; }
a { background-color: rgb(145,154,170); }
div.DivClassName
{
background-color: #919AAA;
}
.BgClassName
{
background-color: #919AAA;
}
</style>
border-color css
<style>
span { border-color: #919AAA; }
span { border-color: rgb(145,154,170); }
td.TdClassName
{
border-color: #919AAA;
}
.TagClassName
{
border-color: #919AAA;
}
</style>