Shades of Rock Blue #94A2C0
Tints of Rock Blue #94A2C0
RGB
CMYK
RGB Variations
Color information
#94A2C0 (or 0x94A2C0) is known color: Rock Blue. HEX triplet: 94, A2 and C0. RGB value is (148,162,192). Sum of RGB (Red+Green+Blue) = 148+162+192=502 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.48% from 502); Green value is 162 (63.67% from 255 or 32.27% from 502); Blue value is 192 (75.39% from 255 or 38.25% from 502); Max value from RGB is 192 - color contains mainly: blue. Hex color #94A2C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A2C0 is #6B5D3F. Grayscale: #A1A1A1. Windows color (decimal): -7036224 or 12624532. OLE color: 12624532.
HSL color Cylindrical-coordinate representation of color #94A2C0: hue angle of 220.91º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #94A2C0 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 162 | 192 | - |
| CMYK | 0.23 | 0.16 | 0 | 0.25 |
| HSL | 220.91º | 0.26% | 0.67% | - |
| HSV(B) | 220.91º | 0.23% | 0.75% | - |
| XYZ | 34.65 | 35.94 | 54.98 | - |
| YUV | 161.23 | 145.36 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 162 | 192 | 0.23 | 0.16 | 0 | 0.25 | 220.91 | 0.26 | 0.67 |
| Hex | 94 | A2 | C0 | 17 | 10 | 0 | 19 | DD | 1A | 43 |
| Octal | 224 | 242 | 300 | 27 | 20 | 0 | 31 | 335 | 32 | 103 |
| Binary | 10010100 | 10100010 | 11000000 | 10111 | 10000 | 0 | 11001 | 11011101 | 11010 | 1000011 |
Color Harmonies of #94A2C0
Complementary color
Monochromatic Colors of #94A2C0
Black with #94A2C0
Text Example
Text Example
White with #94A2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A2C0; }
p { color: rgb(148,162,192); }
H1.HeaderClassName
{
color: #94A2C0;
}
.AnyTagClassName
{
color: #94A2C0;
}
</style>
background-color css
<style>
a { background-color: #94A2C0; }
a { background-color: rgb(148,162,192); }
div.DivClassName
{
background-color: #94A2C0;
}
.BgClassName
{
background-color: #94A2C0;
}
</style>
border-color css
<style>
span { border-color: #94A2C0; }
span { border-color: rgb(148,162,192); }
td.TdClassName
{
border-color: #94A2C0;
}
.TagClassName
{
border-color: #94A2C0;
}
</style>