Shades of Rock Blue #919AAF
Tints of Rock Blue #919AAF
RGB
CMYK
RGB Variations
Color information
#919AAF (or 0x919AAF) is known color: Rock Blue. HEX triplet: 91, 9A and AF. RGB value is (145,154,175). Sum of RGB (Red+Green+Blue) = 145+154+175=474 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.59% from 474); Green value is 154 (60.55% from 255 or 32.49% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 175 - color contains mainly: blue. Hex color #919AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919AAF is #6E6550. Grayscale: #999999. Windows color (decimal): -7234897 or 11508369. OLE color: 11508369.
HSL color Cylindrical-coordinate representation of color #919AAF: hue angle of 222º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #919AAF is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 154 | 175 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.31 |
| HSL | 222º | 0.16% | 0.63% | - |
| HSV(B) | 222º | 0.17% | 0.69% | - |
| XYZ | 30.97 | 32.23 | 45.15 | - |
| YUV | 153.7 | 140.02 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 154 | 175 | 0.17 | 0.12 | 0 | 0.31 | 222 | 0.16 | 0.63 |
| Hex | 91 | 9A | AF | 11 | C | 0 | 1F | DE | 10 | 3F |
| Octal | 221 | 232 | 257 | 21 | 14 | 0 | 37 | 336 | 20 | 77 |
| Binary | 10010001 | 10011010 | 10101111 | 10001 | 1100 | 0 | 11111 | 11011110 | 10000 | 111111 |
Color Harmonies of #919AAF
Complementary color
Monochromatic Colors of #919AAF
Black with #919AAF
Text Example
Text Example
White with #919AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919AAF; }
p { color: rgb(145,154,175); }
H1.HeaderClassName
{
color: #919AAF;
}
.AnyTagClassName
{
color: #919AAF;
}
</style>
background-color css
<style>
a { background-color: #919AAF; }
a { background-color: rgb(145,154,175); }
div.DivClassName
{
background-color: #919AAF;
}
.BgClassName
{
background-color: #919AAF;
}
</style>
border-color css
<style>
span { border-color: #919AAF; }
span { border-color: rgb(145,154,175); }
td.TdClassName
{
border-color: #919AAF;
}
.TagClassName
{
border-color: #919AAF;
}
</style>