Shades of Rock Blue #919BAE
Tints of Rock Blue #919BAE
RGB
CMYK
RGB Variations
Color information
#919BAE (or 0x919BAE) is known color: Rock Blue. HEX triplet: 91, 9B and AE. RGB value is (145,155,174). Sum of RGB (Red+Green+Blue) = 145+155+174=474 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.59% from 474); Green value is 155 (60.94% from 255 or 32.70% from 474); Blue value is 174 (68.36% from 255 or 36.71% from 474); Max value from RGB is 174 - color contains mainly: blue. Hex color #919BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919BAE is #6E6451. Grayscale: #9A9A9A. Windows color (decimal): -7234642 or 11443089. OLE color: 11443089.
HSL color Cylindrical-coordinate representation of color #919BAE: hue angle of 219.31º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #919BAE is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 145 | 155 | 174 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.32 |
| HSL | 219.31º | 0.15% | 0.63% | - |
| HSV(B) | 219.31º | 0.17% | 0.68% | - |
| XYZ | 31.04 | 32.52 | 44.69 | - |
| YUV | 154.18 | 139.19 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 155 | 174 | 0.17 | 0.11 | 0 | 0.32 | 219.31 | 0.15 | 0.63 |
| Hex | 91 | 9B | AE | 11 | B | 0 | 20 | DB | F | 3F |
| Octal | 221 | 233 | 256 | 21 | 13 | 0 | 40 | 333 | 17 | 77 |
| Binary | 10010001 | 10011011 | 10101110 | 10001 | 1011 | 0 | 100000 | 11011011 | 1111 | 111111 |
Color Harmonies of #919BAE
Complementary color
Monochromatic Colors of #919BAE
Black with #919BAE
Text Example
Text Example
White with #919BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919BAE; }
p { color: rgb(145,155,174); }
H1.HeaderClassName
{
color: #919BAE;
}
.AnyTagClassName
{
color: #919BAE;
}
</style>
background-color css
<style>
a { background-color: #919BAE; }
a { background-color: rgb(145,155,174); }
div.DivClassName
{
background-color: #919BAE;
}
.BgClassName
{
background-color: #919BAE;
}
</style>
border-color css
<style>
span { border-color: #919BAE; }
span { border-color: rgb(145,155,174); }
td.TdClassName
{
border-color: #919BAE;
}
.TagClassName
{
border-color: #919BAE;
}
</style>