Shades of Rock Blue #94A0C0
Tints of Rock Blue #94A0C0
RGB
CMYK
RGB Variations
Color information
#94A0C0 (or 0x94A0C0) is known color: Rock Blue. HEX triplet: 94, A0 and C0. RGB value is (148,160,192). Sum of RGB (Red+Green+Blue) = 148+160+192=500 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.6% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 192 (75.39% from 255 or 38.4% from 500); Max value from RGB is 192 - color contains mainly: blue. Hex color #94A0C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A0C0 is #6B5F3F. Grayscale: #9F9F9F. Windows color (decimal): -7036736 or 12624020. OLE color: 12624020.
HSL color Cylindrical-coordinate representation of color #94A0C0: hue angle of 223.64º 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 #94A0C0 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 160 | 192 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.25 |
| HSL | 223.64º | 0.26% | 0.67% | - |
| HSV(B) | 223.64º | 0.23% | 0.75% | - |
| XYZ | 34.3 | 35.24 | 54.86 | - |
| YUV | 160.06 | 146.02 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 160 | 192 | 0.23 | 0.17 | 0 | 0.25 | 223.64 | 0.26 | 0.67 |
| Hex | 94 | A0 | C0 | 17 | 11 | 0 | 19 | E0 | 1A | 43 |
| Octal | 224 | 240 | 300 | 27 | 21 | 0 | 31 | 340 | 32 | 103 |
| Binary | 10010100 | 10100000 | 11000000 | 10111 | 10001 | 0 | 11001 | 11100000 | 11010 | 1000011 |
Color Harmonies of #94A0C0
Complementary color
Monochromatic Colors of #94A0C0
Black with #94A0C0
Text Example
Text Example
White with #94A0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A0C0; }
p { color: rgb(148,160,192); }
H1.HeaderClassName
{
color: #94A0C0;
}
.AnyTagClassName
{
color: #94A0C0;
}
</style>
background-color css
<style>
a { background-color: #94A0C0; }
a { background-color: rgb(148,160,192); }
div.DivClassName
{
background-color: #94A0C0;
}
.BgClassName
{
background-color: #94A0C0;
}
</style>
border-color css
<style>
span { border-color: #94A0C0; }
span { border-color: rgb(148,160,192); }
td.TdClassName
{
border-color: #94A0C0;
}
.TagClassName
{
border-color: #94A0C0;
}
</style>