Shades of Rock Blue #94A1B5
Tints of Rock Blue #94A1B5
RGB
CMYK
RGB Variations
Color information
#94A1B5 (or 0x94A1B5) is known color: Rock Blue. HEX triplet: 94, A1 and B5. RGB value is (148,161,181). Sum of RGB (Red+Green+Blue) = 148+161+181=490 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.20% from 490); Green value is 161 (63.28% from 255 or 32.86% from 490); Blue value is 181 (71.09% from 255 or 36.94% from 490); Max value from RGB is 181 - color contains mainly: blue. Hex color #94A1B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A1B5 is #6B5E4A. Grayscale: #9F9F9F. Windows color (decimal): -7036491 or 11903380. OLE color: 11903380.
HSL color Cylindrical-coordinate representation of color #94A1B5: hue angle of 216.36º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #94A1B5 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 148 | 161 | 181 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.29 |
| HSL | 216.36º | 0.18% | 0.65% | - |
| HSV(B) | 216.36º | 0.18% | 0.71% | - |
| XYZ | 33.3 | 35.12 | 48.74 | - |
| YUV | 159.39 | 140.19 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 161 | 181 | 0.18 | 0.11 | 0 | 0.29 | 216.36 | 0.18 | 0.65 |
| Hex | 94 | A1 | B5 | 12 | B | 0 | 1D | D8 | 12 | 41 |
| Octal | 224 | 241 | 265 | 22 | 13 | 0 | 35 | 330 | 22 | 101 |
| Binary | 10010100 | 10100001 | 10110101 | 10010 | 1011 | 0 | 11101 | 11011000 | 10010 | 1000001 |
Color Harmonies of #94A1B5
Complementary color
Monochromatic Colors of #94A1B5
Black with #94A1B5
Text Example
Text Example
White with #94A1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A1B5; }
p { color: rgb(148,161,181); }
H1.HeaderClassName
{
color: #94A1B5;
}
.AnyTagClassName
{
color: #94A1B5;
}
</style>
background-color css
<style>
a { background-color: #94A1B5; }
a { background-color: rgb(148,161,181); }
div.DivClassName
{
background-color: #94A1B5;
}
.BgClassName
{
background-color: #94A1B5;
}
</style>
border-color css
<style>
span { border-color: #94A1B5; }
span { border-color: rgb(148,161,181); }
td.TdClassName
{
border-color: #94A1B5;
}
.TagClassName
{
border-color: #94A1B5;
}
</style>