Shades of Rock Blue #92A5BD
Tints of Rock Blue #92A5BD
RGB
CMYK
RGB Variations
Color information
#92A5BD (or 0x92A5BD) is known color: Rock Blue. HEX triplet: 92, A5 and BD. RGB value is (146,165,189). Sum of RGB (Red+Green+Blue) = 146+165+189=500 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.2% from 500); Green value is 165 (64.84% from 255 or 33% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 189 - color contains mainly: blue. Hex color #92A5BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A5BD is #6D5A42. Grayscale: #A1A1A1. Windows color (decimal): -7166531 or 12428690. OLE color: 12428690.
HSL color Cylindrical-coordinate representation of color #92A5BD: hue angle of 213.49º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #92A5BD is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 165 | 189 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.26 |
| HSL | 213.49º | 0.25% | 0.66% | - |
| HSV(B) | 213.49º | 0.23% | 0.74% | - |
| XYZ | 34.49 | 36.7 | 53.41 | - |
| YUV | 162.06 | 143.21 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 165 | 189 | 0.23 | 0.13 | 0 | 0.26 | 213.49 | 0.25 | 0.66 |
| Hex | 92 | A5 | BD | 17 | D | 0 | 1A | D5 | 19 | 42 |
| Octal | 222 | 245 | 275 | 27 | 15 | 0 | 32 | 325 | 31 | 102 |
| Binary | 10010010 | 10100101 | 10111101 | 10111 | 1101 | 0 | 11010 | 11010101 | 11001 | 1000010 |
Color Harmonies of #92A5BD
Complementary color
Monochromatic Colors of #92A5BD
Black with #92A5BD
Text Example
Text Example
White with #92A5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A5BD; }
p { color: rgb(146,165,189); }
H1.HeaderClassName
{
color: #92A5BD;
}
.AnyTagClassName
{
color: #92A5BD;
}
</style>
background-color css
<style>
a { background-color: #92A5BD; }
a { background-color: rgb(146,165,189); }
div.DivClassName
{
background-color: #92A5BD;
}
.BgClassName
{
background-color: #92A5BD;
}
</style>
border-color css
<style>
span { border-color: #92A5BD; }
span { border-color: rgb(146,165,189); }
td.TdClassName
{
border-color: #92A5BD;
}
.TagClassName
{
border-color: #92A5BD;
}
</style>