Shades of Rock Blue #919FAF
Tints of Rock Blue #919FAF
RGB
CMYK
RGB Variations
Color information
#919FAF (or 0x919FAF) is known color: Rock Blue. HEX triplet: 91, 9F and AF. RGB value is (145,159,175). Sum of RGB (Red+Green+Blue) = 145+159+175=479 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.27% from 479); Green value is 159 (62.5% from 255 or 33.19% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 175 - color contains mainly: blue. Hex color #919FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919FAF is #6E6050. Grayscale: #9C9C9C. Windows color (decimal): -7233617 or 11509649. OLE color: 11509649.
HSL color Cylindrical-coordinate representation of color #919FAF: hue angle of 212º 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 #919FAF is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 159 | 175 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.31 |
| HSL | 212º | 0.16% | 0.63% | - |
| HSV(B) | 212º | 0.17% | 0.69% | - |
| XYZ | 31.81 | 33.91 | 45.43 | - |
| YUV | 156.64 | 138.36 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 159 | 175 | 0.17 | 0.09 | 0 | 0.31 | 212 | 0.16 | 0.63 |
| Hex | 91 | 9F | AF | 11 | 9 | 0 | 1F | D4 | 10 | 3F |
| Octal | 221 | 237 | 257 | 21 | 11 | 0 | 37 | 324 | 20 | 77 |
| Binary | 10010001 | 10011111 | 10101111 | 10001 | 1001 | 0 | 11111 | 11010100 | 10000 | 111111 |
Color Harmonies of #919FAF
Complementary color
Monochromatic Colors of #919FAF
Black with #919FAF
Text Example
Text Example
White with #919FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919FAF; }
p { color: rgb(145,159,175); }
H1.HeaderClassName
{
color: #919FAF;
}
.AnyTagClassName
{
color: #919FAF;
}
</style>
background-color css
<style>
a { background-color: #919FAF; }
a { background-color: rgb(145,159,175); }
div.DivClassName
{
background-color: #919FAF;
}
.BgClassName
{
background-color: #919FAF;
}
</style>
border-color css
<style>
span { border-color: #919FAF; }
span { border-color: rgb(145,159,175); }
td.TdClassName
{
border-color: #919FAF;
}
.TagClassName
{
border-color: #919FAF;
}
</style>