Shades of Rock Blue #919BAC
Tints of Rock Blue #919BAC
RGB
CMYK
RGB Variations
Color information
#919BAC (or 0x919BAC) is known color: Rock Blue. HEX triplet: 91, 9B and AC. RGB value is (145,155,172). Sum of RGB (Red+Green+Blue) = 145+155+172=472 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.72% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 172 - color contains mainly: blue. Hex color #919BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919BAC is #6E6453. Grayscale: #999999. Windows color (decimal): -7234644 or 11312017. OLE color: 11312017.
HSL color Cylindrical-coordinate representation of color #919BAC: hue angle of 217.78º 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 #919BAC is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 155 | 172 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.33 |
| HSL | 217.78º | 0.14% | 0.62% | - |
| HSV(B) | 217.78º | 0.16% | 0.67% | - |
| XYZ | 30.84 | 32.44 | 43.67 | - |
| YUV | 153.95 | 138.19 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 155 | 172 | 0.16 | 0.10 | 0 | 0.33 | 217.78 | 0.14 | 0.62 |
| Hex | 91 | 9B | AC | 10 | A | 0 | 21 | DA | E | 3E |
| Octal | 221 | 233 | 254 | 20 | 12 | 0 | 41 | 332 | 16 | 76 |
| Binary | 10010001 | 10011011 | 10101100 | 10000 | 1010 | 0 | 100001 | 11011010 | 1110 | 111110 |
Color Harmonies of #919BAC
Complementary color
Monochromatic Colors of #919BAC
Black with #919BAC
Text Example
Text Example
White with #919BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919BAC; }
p { color: rgb(145,155,172); }
H1.HeaderClassName
{
color: #919BAC;
}
.AnyTagClassName
{
color: #919BAC;
}
</style>
background-color css
<style>
a { background-color: #919BAC; }
a { background-color: rgb(145,155,172); }
div.DivClassName
{
background-color: #919BAC;
}
.BgClassName
{
background-color: #919BAC;
}
</style>
border-color css
<style>
span { border-color: #919BAC; }
span { border-color: rgb(145,155,172); }
td.TdClassName
{
border-color: #919BAC;
}
.TagClassName
{
border-color: #919BAC;
}
</style>