Shades of Rock Blue #929BAC
Tints of Rock Blue #929BAC
RGB
CMYK
RGB Variations
Color information
#929BAC (or 0x929BAC) is known color: Rock Blue. HEX triplet: 92, 9B and AC. RGB value is (146,155,172). Sum of RGB (Red+Green+Blue) = 146+155+172=473 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.87% from 473); Green value is 155 (60.94% from 255 or 32.77% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 172 - color contains mainly: blue. Hex color #929BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929BAC is #6D6453. Grayscale: #9A9A9A. Windows color (decimal): -7169108 or 11312018. OLE color: 11312018.
HSL color Cylindrical-coordinate representation of color #929BAC: hue angle of 219.23º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #929BAC is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 155 | 172 | - |
| CMYK | 0.15 | 0.10 | 0 | 0.33 |
| HSL | 219.23º | 0.14% | 0.62% | - |
| HSV(B) | 219.23º | 0.15% | 0.67% | - |
| XYZ | 31.02 | 32.53 | 43.67 | - |
| YUV | 154.25 | 138.02 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 155 | 172 | 0.15 | 0.10 | 0 | 0.33 | 219.23 | 0.14 | 0.62 |
| Hex | 92 | 9B | AC | F | A | 0 | 21 | DB | E | 3E |
| Octal | 222 | 233 | 254 | 17 | 12 | 0 | 41 | 333 | 16 | 76 |
| Binary | 10010010 | 10011011 | 10101100 | 1111 | 1010 | 0 | 100001 | 11011011 | 1110 | 111110 |
Color Harmonies of #929BAC
Complementary color
Monochromatic Colors of #929BAC
Black with #929BAC
Text Example
Text Example
White with #929BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929BAC; }
p { color: rgb(146,155,172); }
H1.HeaderClassName
{
color: #929BAC;
}
.AnyTagClassName
{
color: #929BAC;
}
</style>
background-color css
<style>
a { background-color: #929BAC; }
a { background-color: rgb(146,155,172); }
div.DivClassName
{
background-color: #929BAC;
}
.BgClassName
{
background-color: #929BAC;
}
</style>
border-color css
<style>
span { border-color: #929BAC; }
span { border-color: rgb(146,155,172); }
td.TdClassName
{
border-color: #929BAC;
}
.TagClassName
{
border-color: #929BAC;
}
</style>