Shades of Rock Blue #92A6C2
Tints of Rock Blue #92A6C2
RGB
CMYK
RGB Variations
Color information
#92A6C2 (or 0x92A6C2) is known color: Rock Blue. HEX triplet: 92, A6 and C2. RGB value is (146,166,194). Sum of RGB (Red+Green+Blue) = 146+166+194=506 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.85% from 506); Green value is 166 (65.23% from 255 or 32.81% from 506); Blue value is 194 (76.17% from 255 or 38.34% from 506); Max value from RGB is 194 - color contains mainly: blue. Hex color #92A6C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A6C2 is #6D593D. Grayscale: #A3A3A3. Windows color (decimal): -7166270 or 12756626. OLE color: 12756626.
HSL color Cylindrical-coordinate representation of color #92A6C2: hue angle of 215º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #92A6C2 is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 166 | 194 | - |
| CMYK | 0.25 | 0.14 | 0 | 0.24 |
| HSL | 215º | 0.28% | 0.67% | - |
| HSV(B) | 215º | 0.25% | 0.76% | - |
| XYZ | 35.23 | 37.28 | 56.38 | - |
| YUV | 163.21 | 145.37 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 166 | 194 | 0.25 | 0.14 | 0 | 0.24 | 215 | 0.28 | 0.67 |
| Hex | 92 | A6 | C2 | 19 | E | 0 | 18 | D7 | 1C | 43 |
| Octal | 222 | 246 | 302 | 31 | 16 | 0 | 30 | 327 | 34 | 103 |
| Binary | 10010010 | 10100110 | 11000010 | 11001 | 1110 | 0 | 11000 | 11010111 | 11100 | 1000011 |
Color Harmonies of #92A6C2
Complementary color
Monochromatic Colors of #92A6C2
Black with #92A6C2
Text Example
Text Example
White with #92A6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A6C2; }
p { color: rgb(146,166,194); }
H1.HeaderClassName
{
color: #92A6C2;
}
.AnyTagClassName
{
color: #92A6C2;
}
</style>
background-color css
<style>
a { background-color: #92A6C2; }
a { background-color: rgb(146,166,194); }
div.DivClassName
{
background-color: #92A6C2;
}
.BgClassName
{
background-color: #92A6C2;
}
</style>
border-color css
<style>
span { border-color: #92A6C2; }
span { border-color: rgb(146,166,194); }
td.TdClassName
{
border-color: #92A6C2;
}
.TagClassName
{
border-color: #92A6C2;
}
</style>