Shades of Rock Blue #92A3BA
Tints of Rock Blue #92A3BA
RGB
CMYK
RGB Variations
Color information
#92A3BA (or 0x92A3BA) is known color: Rock Blue. HEX triplet: 92, A3 and BA. RGB value is (146,163,186). Sum of RGB (Red+Green+Blue) = 146+163+186=495 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.49% from 495); Green value is 163 (64.06% from 255 or 32.93% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 186 - color contains mainly: blue. Hex color #92A3BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A3BA is #6D5C45. Grayscale: #A0A0A0. Windows color (decimal): -7167046 or 12231570. OLE color: 12231570.
HSL color Cylindrical-coordinate representation of color #92A3BA: hue angle of 214.5º degrees, saturation: 0.22, 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 #92A3BA is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 163 | 186 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.27 |
| HSL | 214.5º | 0.22% | 0.65% | - |
| HSV(B) | 214.5º | 0.22% | 0.73% | - |
| XYZ | 33.81 | 35.85 | 51.59 | - |
| YUV | 160.54 | 142.37 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 163 | 186 | 0.22 | 0.12 | 0 | 0.27 | 214.5 | 0.22 | 0.65 |
| Hex | 92 | A3 | BA | 16 | C | 0 | 1B | D6 | 16 | 41 |
| Octal | 222 | 243 | 272 | 26 | 14 | 0 | 33 | 326 | 26 | 101 |
| Binary | 10010010 | 10100011 | 10111010 | 10110 | 1100 | 0 | 11011 | 11010110 | 10110 | 1000001 |
Color Harmonies of #92A3BA
Complementary color
Monochromatic Colors of #92A3BA
Black with #92A3BA
Text Example
Text Example
White with #92A3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A3BA; }
p { color: rgb(146,163,186); }
H1.HeaderClassName
{
color: #92A3BA;
}
.AnyTagClassName
{
color: #92A3BA;
}
</style>
background-color css
<style>
a { background-color: #92A3BA; }
a { background-color: rgb(146,163,186); }
div.DivClassName
{
background-color: #92A3BA;
}
.BgClassName
{
background-color: #92A3BA;
}
</style>
border-color css
<style>
span { border-color: #92A3BA; }
span { border-color: rgb(146,163,186); }
td.TdClassName
{
border-color: #92A3BA;
}
.TagClassName
{
border-color: #92A3BA;
}
</style>