Shades of Rock Blue #92A3B4
Tints of Rock Blue #92A3B4
RGB
CMYK
RGB Variations
Color information
#92A3B4 (or 0x92A3B4) is known color: Rock Blue. HEX triplet: 92, A3 and B4. RGB value is (146,163,180). Sum of RGB (Red+Green+Blue) = 146+163+180=489 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.86% from 489); Green value is 163 (64.06% from 255 or 33.33% from 489); Blue value is 180 (70.70% from 255 or 36.81% from 489); Max value from RGB is 180 - color contains mainly: blue. Hex color #92A3B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A3B4 is #6D5C4B. Grayscale: #9F9F9F. Windows color (decimal): -7167052 or 11838354. OLE color: 11838354.
HSL color Cylindrical-coordinate representation of color #92A3B4: hue angle of 210º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #92A3B4 is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 146 | 163 | 180 | - |
| CMYK | 0.19 | 0.09 | 0 | 0.29 |
| HSL | 210º | 0.18% | 0.64% | - |
| HSV(B) | 210º | 0.19% | 0.71% | - |
| XYZ | 33.19 | 35.6 | 48.3 | - |
| YUV | 159.86 | 139.37 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 163 | 180 | 0.19 | 0.09 | 0 | 0.29 | 210 | 0.18 | 0.64 |
| Hex | 92 | A3 | B4 | 13 | 9 | 0 | 1D | D2 | 12 | 40 |
| Octal | 222 | 243 | 264 | 23 | 11 | 0 | 35 | 322 | 22 | 100 |
| Binary | 10010010 | 10100011 | 10110100 | 10011 | 1001 | 0 | 11101 | 11010010 | 10010 | 1000000 |
Color Harmonies of #92A3B4
Complementary color
Monochromatic Colors of #92A3B4
Black with #92A3B4
Text Example
Text Example
White with #92A3B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A3B4; }
p { color: rgb(146,163,180); }
H1.HeaderClassName
{
color: #92A3B4;
}
.AnyTagClassName
{
color: #92A3B4;
}
</style>
background-color css
<style>
a { background-color: #92A3B4; }
a { background-color: rgb(146,163,180); }
div.DivClassName
{
background-color: #92A3B4;
}
.BgClassName
{
background-color: #92A3B4;
}
</style>
border-color css
<style>
span { border-color: #92A3B4; }
span { border-color: rgb(146,163,180); }
td.TdClassName
{
border-color: #92A3B4;
}
.TagClassName
{
border-color: #92A3B4;
}
</style>