Shades of Rock Blue #929AB8
Tints of Rock Blue #929AB8
RGB
CMYK
RGB Variations
Color information
#929AB8 (or 0x929AB8) is known color: Rock Blue. HEX triplet: 92, 9A and B8. RGB value is (146,154,184). Sum of RGB (Red+Green+Blue) = 146+154+184=484 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.17% from 484); Green value is 154 (60.55% from 255 or 31.82% from 484); Blue value is 184 (72.27% from 255 or 38.02% from 484); Max value from RGB is 184 - color contains mainly: blue. Hex color #929AB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929AB8 is #6D6547. Grayscale: #9A9A9A. Windows color (decimal): -7169352 or 12098194. OLE color: 12098194.
HSL color Cylindrical-coordinate representation of color #929AB8: hue angle of 227.37º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #929AB8 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 146 | 154 | 184 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.28 |
| HSL | 227.37º | 0.21% | 0.65% | - |
| HSV(B) | 227.37º | 0.21% | 0.72% | - |
| XYZ | 32.06 | 32.68 | 49.97 | - |
| YUV | 155.03 | 144.35 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 154 | 184 | 0.21 | 0.16 | 0 | 0.28 | 227.37 | 0.21 | 0.65 |
| Hex | 92 | 9A | B8 | 15 | 10 | 0 | 1C | E3 | 15 | 41 |
| Octal | 222 | 232 | 270 | 25 | 20 | 0 | 34 | 343 | 25 | 101 |
| Binary | 10010010 | 10011010 | 10111000 | 10101 | 10000 | 0 | 11100 | 11100011 | 10101 | 1000001 |
Color Harmonies of #929AB8
Complementary color
Monochromatic Colors of #929AB8
Black with #929AB8
Text Example
Text Example
White with #929AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929AB8; }
p { color: rgb(146,154,184); }
H1.HeaderClassName
{
color: #929AB8;
}
.AnyTagClassName
{
color: #929AB8;
}
</style>
background-color css
<style>
a { background-color: #929AB8; }
a { background-color: rgb(146,154,184); }
div.DivClassName
{
background-color: #929AB8;
}
.BgClassName
{
background-color: #929AB8;
}
</style>
border-color css
<style>
span { border-color: #929AB8; }
span { border-color: rgb(146,154,184); }
td.TdClassName
{
border-color: #929AB8;
}
.TagClassName
{
border-color: #929AB8;
}
</style>