Shades of Rock Blue #929DBB
Tints of Rock Blue #929DBB
RGB
CMYK
RGB Variations
Color information
#929DBB (or 0x929DBB) is known color: Rock Blue. HEX triplet: 92, 9D and BB. RGB value is (146,157,187). Sum of RGB (Red+Green+Blue) = 146+157+187=490 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.80% from 490); Green value is 157 (61.72% from 255 or 32.04% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 187 - color contains mainly: blue. Hex color #929DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929DBB is #6D6244. Grayscale: #9D9D9D. Windows color (decimal): -7168581 or 12295570. OLE color: 12295570.
HSL color Cylindrical-coordinate representation of color #929DBB: hue angle of 223.9º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #929DBB is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 157 | 187 | - |
| CMYK | 0.22 | 0.16 | 0 | 0.27 |
| HSL | 223.9º | 0.23% | 0.65% | - |
| HSV(B) | 223.9º | 0.22% | 0.73% | - |
| XYZ | 32.88 | 33.81 | 51.81 | - |
| YUV | 157.13 | 144.86 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 157 | 187 | 0.22 | 0.16 | 0 | 0.27 | 223.9 | 0.23 | 0.65 |
| Hex | 92 | 9D | BB | 16 | 10 | 0 | 1B | E0 | 17 | 41 |
| Octal | 222 | 235 | 273 | 26 | 20 | 0 | 33 | 340 | 27 | 101 |
| Binary | 10010010 | 10011101 | 10111011 | 10110 | 10000 | 0 | 11011 | 11100000 | 10111 | 1000001 |
Color Harmonies of #929DBB
Complementary color
Monochromatic Colors of #929DBB
Black with #929DBB
Text Example
Text Example
White with #929DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929DBB; }
p { color: rgb(146,157,187); }
H1.HeaderClassName
{
color: #929DBB;
}
.AnyTagClassName
{
color: #929DBB;
}
</style>
background-color css
<style>
a { background-color: #929DBB; }
a { background-color: rgb(146,157,187); }
div.DivClassName
{
background-color: #929DBB;
}
.BgClassName
{
background-color: #929DBB;
}
</style>
border-color css
<style>
span { border-color: #929DBB; }
span { border-color: rgb(146,157,187); }
td.TdClassName
{
border-color: #929DBB;
}
.TagClassName
{
border-color: #929DBB;
}
</style>