Shades of Rock Blue #929AAE
Tints of Rock Blue #929AAE
RGB
CMYK
RGB Variations
Color information
#929AAE (or 0x929AAE) is known color: Rock Blue. HEX triplet: 92, 9A and AE. RGB value is (146,154,174). Sum of RGB (Red+Green+Blue) = 146+154+174=474 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.80% from 474); Green value is 154 (60.55% from 255 or 32.49% 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 #929AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929AAE is #6D6551. Grayscale: #999999. Windows color (decimal): -7169362 or 11442834. OLE color: 11442834.
HSL color Cylindrical-coordinate representation of color #929AAE: hue angle of 222.86º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #929AAE is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 146 | 154 | 174 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.32 |
| HSL | 222.86º | 0.15% | 0.63% | - |
| HSV(B) | 222.86º | 0.16% | 0.68% | - |
| XYZ | 31.05 | 32.28 | 44.64 | - |
| YUV | 153.89 | 139.35 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 154 | 174 | 0.16 | 0.11 | 0 | 0.32 | 222.86 | 0.15 | 0.63 |
| Hex | 92 | 9A | AE | 10 | B | 0 | 20 | DF | F | 3F |
| Octal | 222 | 232 | 256 | 20 | 13 | 0 | 40 | 337 | 17 | 77 |
| Binary | 10010010 | 10011010 | 10101110 | 10000 | 1011 | 0 | 100000 | 11011111 | 1111 | 111111 |
Color Harmonies of #929AAE
Complementary color
Monochromatic Colors of #929AAE
Black with #929AAE
Text Example
Text Example
White with #929AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929AAE; }
p { color: rgb(146,154,174); }
H1.HeaderClassName
{
color: #929AAE;
}
.AnyTagClassName
{
color: #929AAE;
}
</style>
background-color css
<style>
a { background-color: #929AAE; }
a { background-color: rgb(146,154,174); }
div.DivClassName
{
background-color: #929AAE;
}
.BgClassName
{
background-color: #929AAE;
}
</style>
border-color css
<style>
span { border-color: #929AAE; }
span { border-color: rgb(146,154,174); }
td.TdClassName
{
border-color: #929AAE;
}
.TagClassName
{
border-color: #929AAE;
}
</style>