Shades of Rock Blue #92A4BD
Tints of Rock Blue #92A4BD
RGB
CMYK
RGB Variations
Color information
#92A4BD (or 0x92A4BD) is known color: Rock Blue. HEX triplet: 92, A4 and BD. RGB value is (146,164,189). Sum of RGB (Red+Green+Blue) = 146+164+189=499 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.26% from 499); Green value is 164 (64.45% from 255 or 32.87% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 189 - color contains mainly: blue. Hex color #92A4BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A4BD is #6D5B42. Grayscale: #A1A1A1. Windows color (decimal): -7166787 or 12428434. OLE color: 12428434.
HSL color Cylindrical-coordinate representation of color #92A4BD: hue angle of 214.88º 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 #92A4BD is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 164 | 189 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.26 |
| HSL | 214.88º | 0.25% | 0.66% | - |
| HSV(B) | 214.88º | 0.23% | 0.74% | - |
| XYZ | 34.31 | 36.34 | 53.35 | - |
| YUV | 161.47 | 143.54 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 164 | 189 | 0.23 | 0.13 | 0 | 0.26 | 214.88 | 0.25 | 0.66 |
| Hex | 92 | A4 | BD | 17 | D | 0 | 1A | D7 | 19 | 42 |
| Octal | 222 | 244 | 275 | 27 | 15 | 0 | 32 | 327 | 31 | 102 |
| Binary | 10010010 | 10100100 | 10111101 | 10111 | 1101 | 0 | 11010 | 11010111 | 11001 | 1000010 |
Color Harmonies of #92A4BD
Complementary color
Monochromatic Colors of #92A4BD
Black with #92A4BD
Text Example
Text Example
White with #92A4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A4BD; }
p { color: rgb(146,164,189); }
H1.HeaderClassName
{
color: #92A4BD;
}
.AnyTagClassName
{
color: #92A4BD;
}
</style>
background-color css
<style>
a { background-color: #92A4BD; }
a { background-color: rgb(146,164,189); }
div.DivClassName
{
background-color: #92A4BD;
}
.BgClassName
{
background-color: #92A4BD;
}
</style>
border-color css
<style>
span { border-color: #92A4BD; }
span { border-color: rgb(146,164,189); }
td.TdClassName
{
border-color: #92A4BD;
}
.TagClassName
{
border-color: #92A4BD;
}
</style>