Shades of Rock Blue #929BB2
Tints of Rock Blue #929BB2
RGB
CMYK
RGB Variations
Color information
#929BB2 (or 0x929BB2) is known color: Rock Blue. HEX triplet: 92, 9B and B2. RGB value is (146,155,178). Sum of RGB (Red+Green+Blue) = 146+155+178=479 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.48% from 479); Green value is 155 (60.94% from 255 or 32.36% from 479); Blue value is 178 (69.92% from 255 or 37.16% from 479); Max value from RGB is 178 - color contains mainly: blue. Hex color #929BB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929BB2 is #6D644D. Grayscale: #9A9A9A. Windows color (decimal): -7169102 or 11705234. OLE color: 11705234.
HSL color Cylindrical-coordinate representation of color #929BB2: hue angle of 223.12º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #929BB2 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 146 | 155 | 178 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.30 |
| HSL | 223.13º | 0.17% | 0.64% | - |
| HSV(B) | 223.13º | 0.18% | 0.7% | - |
| XYZ | 31.61 | 32.77 | 46.78 | - |
| YUV | 154.93 | 141.02 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 155 | 178 | 0.18 | 0.13 | 0 | 0.30 | 223.13 | 0.17 | 0.64 |
| Hex | 92 | 9B | B2 | 12 | D | 0 | 1E | DF | 11 | 40 |
| Octal | 222 | 233 | 262 | 22 | 15 | 0 | 36 | 337 | 21 | 100 |
| Binary | 10010010 | 10011011 | 10110010 | 10010 | 1101 | 0 | 11110 | 11011111 | 10001 | 1000000 |
Color Harmonies of #929BB2
Complementary color
Monochromatic Colors of #929BB2
Black with #929BB2
Text Example
Text Example
White with #929BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929BB2; }
p { color: rgb(146,155,178); }
H1.HeaderClassName
{
color: #929BB2;
}
.AnyTagClassName
{
color: #929BB2;
}
</style>
background-color css
<style>
a { background-color: #929BB2; }
a { background-color: rgb(146,155,178); }
div.DivClassName
{
background-color: #929BB2;
}
.BgClassName
{
background-color: #929BB2;
}
</style>
border-color css
<style>
span { border-color: #929BB2; }
span { border-color: rgb(146,155,178); }
td.TdClassName
{
border-color: #929BB2;
}
.TagClassName
{
border-color: #929BB2;
}
</style>