Shades of Rock Blue #929DAC
Tints of Rock Blue #929DAC
RGB
CMYK
RGB Variations
Color information
#929DAC (or 0x929DAC) is known color: Rock Blue. HEX triplet: 92, 9D and AC. RGB value is (146,157,172). Sum of RGB (Red+Green+Blue) = 146+157+172=475 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.74% from 475); Green value is 157 (61.72% from 255 or 33.05% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 172 - color contains mainly: blue. Hex color #929DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929DAC is #6D6253. Grayscale: #9B9B9B. Windows color (decimal): -7168596 or 11312530. OLE color: 11312530.
HSL color Cylindrical-coordinate representation of color #929DAC: hue angle of 214.62º 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 #929DAC is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 157 | 172 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.33 |
| HSL | 214.62º | 0.14% | 0.62% | - |
| HSV(B) | 214.62º | 0.15% | 0.67% | - |
| XYZ | 31.36 | 33.2 | 43.79 | - |
| YUV | 155.42 | 137.36 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 157 | 172 | 0.15 | 0.09 | 0 | 0.33 | 214.62 | 0.14 | 0.62 |
| Hex | 92 | 9D | AC | F | 9 | 0 | 21 | D7 | E | 3E |
| Octal | 222 | 235 | 254 | 17 | 11 | 0 | 41 | 327 | 16 | 76 |
| Binary | 10010010 | 10011101 | 10101100 | 1111 | 1001 | 0 | 100001 | 11010111 | 1110 | 111110 |
Color Harmonies of #929DAC
Complementary color
Monochromatic Colors of #929DAC
Black with #929DAC
Text Example
Text Example
White with #929DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929DAC; }
p { color: rgb(146,157,172); }
H1.HeaderClassName
{
color: #929DAC;
}
.AnyTagClassName
{
color: #929DAC;
}
</style>
background-color css
<style>
a { background-color: #929DAC; }
a { background-color: rgb(146,157,172); }
div.DivClassName
{
background-color: #929DAC;
}
.BgClassName
{
background-color: #929DAC;
}
</style>
border-color css
<style>
span { border-color: #929DAC; }
span { border-color: rgb(146,157,172); }
td.TdClassName
{
border-color: #929DAC;
}
.TagClassName
{
border-color: #929DAC;
}
</style>