Shades of Rock Blue #92A3C6
Tints of Rock Blue #92A3C6
RGB
CMYK
RGB Variations
Color information
#92A3C6 (or 0x92A3C6) is known color: Rock Blue. HEX triplet: 92, A3 and C6. RGB value is (146,163,198). Sum of RGB (Red+Green+Blue) = 146+163+198=507 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.80% from 507); Green value is 163 (64.06% from 255 or 32.15% from 507); Blue value is 198 (77.73% from 255 or 39.05% from 507); Max value from RGB is 198 - color contains mainly: blue. Hex color #92A3C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A3C6 is #6D5C39. Grayscale: #A1A1A1. Windows color (decimal): -7167034 or 13018002. OLE color: 13018002.
HSL color Cylindrical-coordinate representation of color #92A3C6: hue angle of 220.38º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #92A3C6 is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 146 | 163 | 198 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.22 |
| HSL | 220.38º | 0.31% | 0.67% | - |
| HSV(B) | 220.38º | 0.26% | 0.78% | - |
| XYZ | 35.14 | 36.38 | 58.6 | - |
| YUV | 161.91 | 148.37 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 163 | 198 | 0.26 | 0.18 | 0 | 0.22 | 220.38 | 0.31 | 0.67 |
| Hex | 92 | A3 | C6 | 1A | 12 | 0 | 16 | DC | 1F | 43 |
| Octal | 222 | 243 | 306 | 32 | 22 | 0 | 26 | 334 | 37 | 103 |
| Binary | 10010010 | 10100011 | 11000110 | 11010 | 10010 | 0 | 10110 | 11011100 | 11111 | 1000011 |
Color Harmonies of #92A3C6
Complementary color
Monochromatic Colors of #92A3C6
Black with #92A3C6
Text Example
Text Example
White with #92A3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A3C6; }
p { color: rgb(146,163,198); }
H1.HeaderClassName
{
color: #92A3C6;
}
.AnyTagClassName
{
color: #92A3C6;
}
</style>
background-color css
<style>
a { background-color: #92A3C6; }
a { background-color: rgb(146,163,198); }
div.DivClassName
{
background-color: #92A3C6;
}
.BgClassName
{
background-color: #92A3C6;
}
</style>
border-color css
<style>
span { border-color: #92A3C6; }
span { border-color: rgb(146,163,198); }
td.TdClassName
{
border-color: #92A3C6;
}
.TagClassName
{
border-color: #92A3C6;
}
</style>