Shades of Rock Blue #919CAF
Tints of Rock Blue #919CAF
RGB
CMYK
RGB Variations
Color information
#919CAF (or 0x919CAF) is known color: Rock Blue. HEX triplet: 91, 9C and AF. RGB value is (145,156,175). Sum of RGB (Red+Green+Blue) = 145+156+175=476 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.46% from 476); Green value is 156 (61.33% from 255 or 32.77% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 175 - color contains mainly: blue. Hex color #919CAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919CAF is #6E6350. Grayscale: #9A9A9A. Windows color (decimal): -7234385 or 11508881. OLE color: 11508881.
HSL color Cylindrical-coordinate representation of color #919CAF: hue angle of 218º 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 #919CAF is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 156 | 175 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.31 |
| HSL | 218º | 0.16% | 0.63% | - |
| HSV(B) | 218º | 0.17% | 0.69% | - |
| XYZ | 31.3 | 32.89 | 45.26 | - |
| YUV | 154.88 | 139.36 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 156 | 175 | 0.17 | 0.11 | 0 | 0.31 | 218 | 0.16 | 0.63 |
| Hex | 91 | 9C | AF | 11 | B | 0 | 1F | DA | 10 | 3F |
| Octal | 221 | 234 | 257 | 21 | 13 | 0 | 37 | 332 | 20 | 77 |
| Binary | 10010001 | 10011100 | 10101111 | 10001 | 1011 | 0 | 11111 | 11011010 | 10000 | 111111 |
Color Harmonies of #919CAF
Complementary color
Monochromatic Colors of #919CAF
Black with #919CAF
Text Example
Text Example
White with #919CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919CAF; }
p { color: rgb(145,156,175); }
H1.HeaderClassName
{
color: #919CAF;
}
.AnyTagClassName
{
color: #919CAF;
}
</style>
background-color css
<style>
a { background-color: #919CAF; }
a { background-color: rgb(145,156,175); }
div.DivClassName
{
background-color: #919CAF;
}
.BgClassName
{
background-color: #919CAF;
}
</style>
border-color css
<style>
span { border-color: #919CAF; }
span { border-color: rgb(145,156,175); }
td.TdClassName
{
border-color: #919CAF;
}
.TagClassName
{
border-color: #919CAF;
}
</style>