Shades of Rock Blue #919DAC
Tints of Rock Blue #919DAC
RGB
CMYK
RGB Variations
Color information
#919DAC (or 0x919DAC) is known color: Rock Blue. HEX triplet: 91, 9D and AC. RGB value is (145,157,172). Sum of RGB (Red+Green+Blue) = 145+157+172=474 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.59% from 474); Green value is 157 (61.72% from 255 or 33.12% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 172 - color contains mainly: blue. Hex color #919DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919DAC is #6E6253. Grayscale: #9B9B9B. Windows color (decimal): -7234132 or 11312529. OLE color: 11312529.
HSL color Cylindrical-coordinate representation of color #919DAC: hue angle of 213.33º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #919DAC is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 157 | 172 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.33 |
| HSL | 213.33º | 0.14% | 0.62% | - |
| HSV(B) | 213.33º | 0.16% | 0.67% | - |
| XYZ | 31.18 | 33.11 | 43.78 | - |
| YUV | 155.12 | 137.52 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 157 | 172 | 0.16 | 0.09 | 0 | 0.33 | 213.33 | 0.14 | 0.62 |
| Hex | 91 | 9D | AC | 10 | 9 | 0 | 21 | D5 | E | 3E |
| Octal | 221 | 235 | 254 | 20 | 11 | 0 | 41 | 325 | 16 | 76 |
| Binary | 10010001 | 10011101 | 10101100 | 10000 | 1001 | 0 | 100001 | 11010101 | 1110 | 111110 |
Color Harmonies of #919DAC
Complementary color
Monochromatic Colors of #919DAC
Black with #919DAC
Text Example
Text Example
White with #919DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919DAC; }
p { color: rgb(145,157,172); }
H1.HeaderClassName
{
color: #919DAC;
}
.AnyTagClassName
{
color: #919DAC;
}
</style>
background-color css
<style>
a { background-color: #919DAC; }
a { background-color: rgb(145,157,172); }
div.DivClassName
{
background-color: #919DAC;
}
.BgClassName
{
background-color: #919DAC;
}
</style>
border-color css
<style>
span { border-color: #919DAC; }
span { border-color: rgb(145,157,172); }
td.TdClassName
{
border-color: #919DAC;
}
.TagClassName
{
border-color: #919DAC;
}
</style>