Shades of Rock Blue #929CBB
Tints of Rock Blue #929CBB
RGB
CMYK
RGB Variations
Color information
#929CBB (or 0x929CBB) is known color: Rock Blue. HEX triplet: 92, 9C and BB. RGB value is (146,156,187). Sum of RGB (Red+Green+Blue) = 146+156+187=489 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.86% from 489); Green value is 156 (61.33% from 255 or 31.90% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 187 - color contains mainly: blue. Hex color #929CBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929CBB is #6D6344. Grayscale: #9C9C9C. Windows color (decimal): -7168837 or 12295314. OLE color: 12295314.
HSL color Cylindrical-coordinate representation of color #929CBB: hue angle of 225.37º 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 #929CBB is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 156 | 187 | - |
| CMYK | 0.22 | 0.17 | 0 | 0.27 |
| HSL | 225.37º | 0.23% | 0.65% | - |
| HSV(B) | 225.37º | 0.22% | 0.73% | - |
| XYZ | 32.71 | 33.48 | 51.75 | - |
| YUV | 156.54 | 145.19 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 156 | 187 | 0.22 | 0.17 | 0 | 0.27 | 225.37 | 0.23 | 0.65 |
| Hex | 92 | 9C | BB | 16 | 11 | 0 | 1B | E1 | 17 | 41 |
| Octal | 222 | 234 | 273 | 26 | 21 | 0 | 33 | 341 | 27 | 101 |
| Binary | 10010010 | 10011100 | 10111011 | 10110 | 10001 | 0 | 11011 | 11100001 | 10111 | 1000001 |
Color Harmonies of #929CBB
Complementary color
Monochromatic Colors of #929CBB
Black with #929CBB
Text Example
Text Example
White with #929CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929CBB; }
p { color: rgb(146,156,187); }
H1.HeaderClassName
{
color: #929CBB;
}
.AnyTagClassName
{
color: #929CBB;
}
</style>
background-color css
<style>
a { background-color: #929CBB; }
a { background-color: rgb(146,156,187); }
div.DivClassName
{
background-color: #929CBB;
}
.BgClassName
{
background-color: #929CBB;
}
</style>
border-color css
<style>
span { border-color: #929CBB; }
span { border-color: rgb(146,156,187); }
td.TdClassName
{
border-color: #929CBB;
}
.TagClassName
{
border-color: #929CBB;
}
</style>