Shades of Rock Blue #92A1B3
Tints of Rock Blue #92A1B3
RGB
CMYK
RGB Variations
Color information
#92A1B3 (or 0x92A1B3) is known color: Rock Blue. HEX triplet: 92, A1 and B3. RGB value is (146,161,179). Sum of RGB (Red+Green+Blue) = 146+161+179=486 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.04% from 486); Green value is 161 (63.28% from 255 or 33.13% from 486); Blue value is 179 (70.31% from 255 or 36.83% from 486); Max value from RGB is 179 - color contains mainly: blue. Hex color #92A1B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A1B3 is #6D5E4C. Grayscale: #9E9E9E. Windows color (decimal): -7167565 or 11772306. OLE color: 11772306.
HSL color Cylindrical-coordinate representation of color #92A1B3: hue angle of 212.73º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #92A1B3 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 146 | 161 | 179 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.30 |
| HSL | 212.73º | 0.18% | 0.64% | - |
| HSV(B) | 212.73º | 0.18% | 0.7% | - |
| XYZ | 32.74 | 34.86 | 47.65 | - |
| YUV | 158.57 | 139.53 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 161 | 179 | 0.18 | 0.10 | 0 | 0.30 | 212.73 | 0.18 | 0.64 |
| Hex | 92 | A1 | B3 | 12 | A | 0 | 1E | D5 | 12 | 40 |
| Octal | 222 | 241 | 263 | 22 | 12 | 0 | 36 | 325 | 22 | 100 |
| Binary | 10010010 | 10100001 | 10110011 | 10010 | 1010 | 0 | 11110 | 11010101 | 10010 | 1000000 |
Color Harmonies of #92A1B3
Complementary color
Monochromatic Colors of #92A1B3
Black with #92A1B3
Text Example
Text Example
White with #92A1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A1B3; }
p { color: rgb(146,161,179); }
H1.HeaderClassName
{
color: #92A1B3;
}
.AnyTagClassName
{
color: #92A1B3;
}
</style>
background-color css
<style>
a { background-color: #92A1B3; }
a { background-color: rgb(146,161,179); }
div.DivClassName
{
background-color: #92A1B3;
}
.BgClassName
{
background-color: #92A1B3;
}
</style>
border-color css
<style>
span { border-color: #92A1B3; }
span { border-color: rgb(146,161,179); }
td.TdClassName
{
border-color: #92A1B3;
}
.TagClassName
{
border-color: #92A1B3;
}
</style>