Shades of Rock Blue #94A2C5
Tints of Rock Blue #94A2C5
RGB
CMYK
RGB Variations
Color information
#94A2C5 (or 0x94A2C5) is known color: Rock Blue. HEX triplet: 94, A2 and C5. RGB value is (148,162,197). Sum of RGB (Red+Green+Blue) = 148+162+197=507 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.19% from 507); Green value is 162 (63.67% from 255 or 31.95% from 507); Blue value is 197 (77.34% from 255 or 38.86% from 507); Max value from RGB is 197 - color contains mainly: blue. Hex color #94A2C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A2C5 is #6B5D3A. Grayscale: #A1A1A1. Windows color (decimal): -7036219 or 12952212. OLE color: 12952212.
HSL color Cylindrical-coordinate representation of color #94A2C5: hue angle of 222.86º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #94A2C5 is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 148 | 162 | 197 | - |
| CMYK | 0.25 | 0.18 | 0 | 0.23 |
| HSL | 222.86º | 0.3% | 0.68% | - |
| HSV(B) | 222.86º | 0.25% | 0.77% | - |
| XYZ | 35.21 | 36.17 | 57.95 | - |
| YUV | 161.8 | 147.86 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 162 | 197 | 0.25 | 0.18 | 0 | 0.23 | 222.86 | 0.3 | 0.68 |
| Hex | 94 | A2 | C5 | 19 | 12 | 0 | 17 | DF | 1E | 44 |
| Octal | 224 | 242 | 305 | 31 | 22 | 0 | 27 | 337 | 36 | 104 |
| Binary | 10010100 | 10100010 | 11000101 | 11001 | 10010 | 0 | 10111 | 11011111 | 11110 | 1000100 |
Color Harmonies of #94A2C5
Complementary color
Monochromatic Colors of #94A2C5
Black with #94A2C5
Text Example
Text Example
White with #94A2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A2C5; }
p { color: rgb(148,162,197); }
H1.HeaderClassName
{
color: #94A2C5;
}
.AnyTagClassName
{
color: #94A2C5;
}
</style>
background-color css
<style>
a { background-color: #94A2C5; }
a { background-color: rgb(148,162,197); }
div.DivClassName
{
background-color: #94A2C5;
}
.BgClassName
{
background-color: #94A2C5;
}
</style>
border-color css
<style>
span { border-color: #94A2C5; }
span { border-color: rgb(148,162,197); }
td.TdClassName
{
border-color: #94A2C5;
}
.TagClassName
{
border-color: #94A2C5;
}
</style>