Shades of Rock Blue #92A0BF
Tints of Rock Blue #92A0BF
RGB
CMYK
RGB Variations
Color information
#92A0BF (or 0x92A0BF) is known color: Rock Blue. HEX triplet: 92, A0 and BF. RGB value is (146,160,191). Sum of RGB (Red+Green+Blue) = 146+160+191=497 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.38% from 497); Green value is 160 (62.89% from 255 or 32.19% from 497); Blue value is 191 (75% from 255 or 38.43% from 497); Max value from RGB is 191 - color contains mainly: blue. Hex color #92A0BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A0BF is #6D5F40. Grayscale: #9F9F9F. Windows color (decimal): -7167809 or 12558482. OLE color: 12558482.
HSL color Cylindrical-coordinate representation of color #92A0BF: hue angle of 221.33º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #92A0BF is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 160 | 191 | - |
| CMYK | 0.24 | 0.16 | 0 | 0.25 |
| HSL | 221.33º | 0.26% | 0.66% | - |
| HSV(B) | 221.33º | 0.24% | 0.75% | - |
| XYZ | 33.83 | 35.01 | 54.27 | - |
| YUV | 159.35 | 145.86 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 160 | 191 | 0.24 | 0.16 | 0 | 0.25 | 221.33 | 0.26 | 0.66 |
| Hex | 92 | A0 | BF | 18 | 10 | 0 | 19 | DD | 1A | 42 |
| Octal | 222 | 240 | 277 | 30 | 20 | 0 | 31 | 335 | 32 | 102 |
| Binary | 10010010 | 10100000 | 10111111 | 11000 | 10000 | 0 | 11001 | 11011101 | 11010 | 1000010 |
Color Harmonies of #92A0BF
Complementary color
Monochromatic Colors of #92A0BF
Black with #92A0BF
Text Example
Text Example
White with #92A0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A0BF; }
p { color: rgb(146,160,191); }
H1.HeaderClassName
{
color: #92A0BF;
}
.AnyTagClassName
{
color: #92A0BF;
}
</style>
background-color css
<style>
a { background-color: #92A0BF; }
a { background-color: rgb(146,160,191); }
div.DivClassName
{
background-color: #92A0BF;
}
.BgClassName
{
background-color: #92A0BF;
}
</style>
border-color css
<style>
span { border-color: #92A0BF; }
span { border-color: rgb(146,160,191); }
td.TdClassName
{
border-color: #92A0BF;
}
.TagClassName
{
border-color: #92A0BF;
}
</style>