Shades of Rock Blue #94A4B4
Tints of Rock Blue #94A4B4
RGB
CMYK
RGB Variations
Color information
#94A4B4 (or 0x94A4B4) is known color: Rock Blue. HEX triplet: 94, A4 and B4. RGB value is (148,164,180). Sum of RGB (Red+Green+Blue) = 148+164+180=492 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.08% from 492); Green value is 164 (64.45% from 255 or 33.33% from 492); Blue value is 180 (70.70% from 255 or 36.59% from 492); Max value from RGB is 180 - color contains mainly: blue. Hex color #94A4B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A4B4 is #6B5B4B. Grayscale: #A0A0A0. Windows color (decimal): -7035724 or 11838612. OLE color: 11838612.
HSL color Cylindrical-coordinate representation of color #94A4B4: hue angle of 210º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #94A4B4 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 148 | 164 | 180 | - |
| CMYK | 0.18 | 0.09 | 0 | 0.29 |
| HSL | 210º | 0.18% | 0.64% | - |
| HSV(B) | 210º | 0.18% | 0.71% | - |
| XYZ | 33.73 | 36.14 | 48.38 | - |
| YUV | 161.04 | 138.7 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 164 | 180 | 0.18 | 0.09 | 0 | 0.29 | 210 | 0.18 | 0.64 |
| Hex | 94 | A4 | B4 | 12 | 9 | 0 | 1D | D2 | 12 | 40 |
| Octal | 224 | 244 | 264 | 22 | 11 | 0 | 35 | 322 | 22 | 100 |
| Binary | 10010100 | 10100100 | 10110100 | 10010 | 1001 | 0 | 11101 | 11010010 | 10010 | 1000000 |
Color Harmonies of #94A4B4
Complementary color
Monochromatic Colors of #94A4B4
Black with #94A4B4
Text Example
Text Example
White with #94A4B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A4B4; }
p { color: rgb(148,164,180); }
H1.HeaderClassName
{
color: #94A4B4;
}
.AnyTagClassName
{
color: #94A4B4;
}
</style>
background-color css
<style>
a { background-color: #94A4B4; }
a { background-color: rgb(148,164,180); }
div.DivClassName
{
background-color: #94A4B4;
}
.BgClassName
{
background-color: #94A4B4;
}
</style>
border-color css
<style>
span { border-color: #94A4B4; }
span { border-color: rgb(148,164,180); }
td.TdClassName
{
border-color: #94A4B4;
}
.TagClassName
{
border-color: #94A4B4;
}
</style>