Shades of Rock Blue #92A3B8
Tints of Rock Blue #92A3B8
RGB
CMYK
RGB Variations
Color information
#92A3B8 (or 0x92A3B8) is known color: Rock Blue. HEX triplet: 92, A3 and B8. RGB value is (146,163,184). Sum of RGB (Red+Green+Blue) = 146+163+184=493 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.61% from 493); Green value is 163 (64.06% from 255 or 33.06% from 493); Blue value is 184 (72.27% from 255 or 37.32% from 493); Max value from RGB is 184 - color contains mainly: blue. Hex color #92A3B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A3B8 is #6D5C47. Grayscale: #A0A0A0. Windows color (decimal): -7167048 or 12100498. OLE color: 12100498.
HSL color Cylindrical-coordinate representation of color #92A3B8: hue angle of 213.16º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #92A3B8 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 146 | 163 | 184 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.28 |
| HSL | 213.16º | 0.21% | 0.65% | - |
| HSV(B) | 213.16º | 0.21% | 0.72% | - |
| XYZ | 33.6 | 35.77 | 50.48 | - |
| YUV | 160.31 | 141.37 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 163 | 184 | 0.21 | 0.11 | 0 | 0.28 | 213.16 | 0.21 | 0.65 |
| Hex | 92 | A3 | B8 | 15 | B | 0 | 1C | D5 | 15 | 41 |
| Octal | 222 | 243 | 270 | 25 | 13 | 0 | 34 | 325 | 25 | 101 |
| Binary | 10010010 | 10100011 | 10111000 | 10101 | 1011 | 0 | 11100 | 11010101 | 10101 | 1000001 |
Color Harmonies of #92A3B8
Complementary color
Monochromatic Colors of #92A3B8
Black with #92A3B8
Text Example
Text Example
White with #92A3B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A3B8; }
p { color: rgb(146,163,184); }
H1.HeaderClassName
{
color: #92A3B8;
}
.AnyTagClassName
{
color: #92A3B8;
}
</style>
background-color css
<style>
a { background-color: #92A3B8; }
a { background-color: rgb(146,163,184); }
div.DivClassName
{
background-color: #92A3B8;
}
.BgClassName
{
background-color: #92A3B8;
}
</style>
border-color css
<style>
span { border-color: #92A3B8; }
span { border-color: rgb(146,163,184); }
td.TdClassName
{
border-color: #92A3B8;
}
.TagClassName
{
border-color: #92A3B8;
}
</style>