Shades of Rock Blue #929BBD
Tints of Rock Blue #929BBD
RGB
CMYK
RGB Variations
Color information
#929BBD (or 0x929BBD) is known color: Rock Blue. HEX triplet: 92, 9B and BD. RGB value is (146,155,189). Sum of RGB (Red+Green+Blue) = 146+155+189=490 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.80% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 189 - color contains mainly: blue. Hex color #929BBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929BBD is #6D6442. Grayscale: #9C9C9C. Windows color (decimal): -7169091 or 12426130. OLE color: 12426130.
HSL color Cylindrical-coordinate representation of color #929BBD: hue angle of 227.44º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #929BBD is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 155 | 189 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.26 |
| HSL | 227.44º | 0.25% | 0.66% | - |
| HSV(B) | 227.44º | 0.23% | 0.74% | - |
| XYZ | 32.76 | 33.23 | 52.83 | - |
| YUV | 156.19 | 146.52 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 155 | 189 | 0.23 | 0.18 | 0 | 0.26 | 227.44 | 0.25 | 0.66 |
| Hex | 92 | 9B | BD | 17 | 12 | 0 | 1A | E3 | 19 | 42 |
| Octal | 222 | 233 | 275 | 27 | 22 | 0 | 32 | 343 | 31 | 102 |
| Binary | 10010010 | 10011011 | 10111101 | 10111 | 10010 | 0 | 11010 | 11100011 | 11001 | 1000010 |
Color Harmonies of #929BBD
Complementary color
Monochromatic Colors of #929BBD
Black with #929BBD
Text Example
Text Example
White with #929BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929BBD; }
p { color: rgb(146,155,189); }
H1.HeaderClassName
{
color: #929BBD;
}
.AnyTagClassName
{
color: #929BBD;
}
</style>
background-color css
<style>
a { background-color: #929BBD; }
a { background-color: rgb(146,155,189); }
div.DivClassName
{
background-color: #929BBD;
}
.BgClassName
{
background-color: #929BBD;
}
</style>
border-color css
<style>
span { border-color: #929BBD; }
span { border-color: rgb(146,155,189); }
td.TdClassName
{
border-color: #929BBD;
}
.TagClassName
{
border-color: #929BBD;
}
</style>