Shades of Rock Blue #92A1B5
Tints of Rock Blue #92A1B5
RGB
CMYK
RGB Variations
Color information
#92A1B5 (or 0x92A1B5) is known color: Rock Blue. HEX triplet: 92, A1 and B5. RGB value is (146,161,181). Sum of RGB (Red+Green+Blue) = 146+161+181=488 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.92% from 488); Green value is 161 (63.28% from 255 or 32.99% from 488); Blue value is 181 (71.09% from 255 or 37.09% from 488); Max value from RGB is 181 - color contains mainly: blue. Hex color #92A1B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A1B5 is #6D5E4A. Grayscale: #9E9E9E. Windows color (decimal): -7167563 or 11903378. OLE color: 11903378.
HSL color Cylindrical-coordinate representation of color #92A1B5: hue angle of 214.29º degrees, saturation: 0.19, 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 #92A1B5 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 146 | 161 | 181 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.29 |
| HSL | 214.29º | 0.19% | 0.64% | - |
| HSV(B) | 214.29º | 0.19% | 0.71% | - |
| XYZ | 32.94 | 34.94 | 48.72 | - |
| YUV | 158.8 | 140.53 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 161 | 181 | 0.19 | 0.11 | 0 | 0.29 | 214.29 | 0.19 | 0.64 |
| Hex | 92 | A1 | B5 | 13 | B | 0 | 1D | D6 | 13 | 40 |
| Octal | 222 | 241 | 265 | 23 | 13 | 0 | 35 | 326 | 23 | 100 |
| Binary | 10010010 | 10100001 | 10110101 | 10011 | 1011 | 0 | 11101 | 11010110 | 10011 | 1000000 |
Color Harmonies of #92A1B5
Complementary color
Monochromatic Colors of #92A1B5
Black with #92A1B5
Text Example
Text Example
White with #92A1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A1B5; }
p { color: rgb(146,161,181); }
H1.HeaderClassName
{
color: #92A1B5;
}
.AnyTagClassName
{
color: #92A1B5;
}
</style>
background-color css
<style>
a { background-color: #92A1B5; }
a { background-color: rgb(146,161,181); }
div.DivClassName
{
background-color: #92A1B5;
}
.BgClassName
{
background-color: #92A1B5;
}
</style>
border-color css
<style>
span { border-color: #92A1B5; }
span { border-color: rgb(146,161,181); }
td.TdClassName
{
border-color: #92A1B5;
}
.TagClassName
{
border-color: #92A1B5;
}
</style>