Shades of Rock Blue #919EAD
Tints of Rock Blue #919EAD
RGB
CMYK
RGB Variations
Color information
#919EAD (or 0x919EAD) is known color: Rock Blue. HEX triplet: 91, 9E and AD. RGB value is (145,158,173). Sum of RGB (Red+Green+Blue) = 145+158+173=476 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.46% from 476); Green value is 158 (62.11% from 255 or 33.19% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 173 - color contains mainly: blue. Hex color #919EAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919EAD is #6E6152. Grayscale: #9B9B9B. Windows color (decimal): -7233875 or 11378321. OLE color: 11378321.
HSL color Cylindrical-coordinate representation of color #919EAD: hue angle of 212.14º 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 #919EAD is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 145 | 158 | 173 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.32 |
| HSL | 212.14º | 0.15% | 0.62% | - |
| HSV(B) | 212.14º | 0.16% | 0.68% | - |
| XYZ | 31.45 | 33.49 | 44.34 | - |
| YUV | 155.82 | 137.69 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 158 | 173 | 0.16 | 0.09 | 0 | 0.32 | 212.14 | 0.15 | 0.62 |
| Hex | 91 | 9E | AD | 10 | 9 | 0 | 20 | D4 | F | 3E |
| Octal | 221 | 236 | 255 | 20 | 11 | 0 | 40 | 324 | 17 | 76 |
| Binary | 10010001 | 10011110 | 10101101 | 10000 | 1001 | 0 | 100000 | 11010100 | 1111 | 111110 |
Color Harmonies of #919EAD
Complementary color
Monochromatic Colors of #919EAD
Black with #919EAD
Text Example
Text Example
White with #919EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919EAD; }
p { color: rgb(145,158,173); }
H1.HeaderClassName
{
color: #919EAD;
}
.AnyTagClassName
{
color: #919EAD;
}
</style>
background-color css
<style>
a { background-color: #919EAD; }
a { background-color: rgb(145,158,173); }
div.DivClassName
{
background-color: #919EAD;
}
.BgClassName
{
background-color: #919EAD;
}
</style>
border-color css
<style>
span { border-color: #919EAD; }
span { border-color: rgb(145,158,173); }
td.TdClassName
{
border-color: #919EAD;
}
.TagClassName
{
border-color: #919EAD;
}
</style>