Shades of Rock Blue #93A0B9
Tints of Rock Blue #93A0B9
RGB
CMYK
RGB Variations
Color information
#93A0B9 (or 0x93A0B9) is known color: Rock Blue. HEX triplet: 93, A0 and B9. RGB value is (147,160,185). Sum of RGB (Red+Green+Blue) = 147+160+185=492 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.88% from 492); Green value is 160 (62.89% from 255 or 32.52% from 492); Blue value is 185 (72.66% from 255 or 37.60% from 492); Max value from RGB is 185 - color contains mainly: blue. Hex color #93A0B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A0B9 is #6C5F46. Grayscale: #9E9E9E. Windows color (decimal): -7102279 or 12165267. OLE color: 12165267.
HSL color Cylindrical-coordinate representation of color #93A0B9: hue angle of 219.47º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #93A0B9 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 160 | 185 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.27 |
| HSL | 219.47º | 0.21% | 0.65% | - |
| HSV(B) | 219.47º | 0.21% | 0.73% | - |
| XYZ | 33.36 | 34.85 | 50.87 | - |
| YUV | 158.96 | 142.69 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 160 | 185 | 0.21 | 0.14 | 0 | 0.27 | 219.47 | 0.21 | 0.65 |
| Hex | 93 | A0 | B9 | 15 | E | 0 | 1B | DB | 15 | 41 |
| Octal | 223 | 240 | 271 | 25 | 16 | 0 | 33 | 333 | 25 | 101 |
| Binary | 10010011 | 10100000 | 10111001 | 10101 | 1110 | 0 | 11011 | 11011011 | 10101 | 1000001 |
Color Harmonies of #93A0B9
Complementary color
Monochromatic Colors of #93A0B9
Black with #93A0B9
Text Example
Text Example
White with #93A0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A0B9; }
p { color: rgb(147,160,185); }
H1.HeaderClassName
{
color: #93A0B9;
}
.AnyTagClassName
{
color: #93A0B9;
}
</style>
background-color css
<style>
a { background-color: #93A0B9; }
a { background-color: rgb(147,160,185); }
div.DivClassName
{
background-color: #93A0B9;
}
.BgClassName
{
background-color: #93A0B9;
}
</style>
border-color css
<style>
span { border-color: #93A0B9; }
span { border-color: rgb(147,160,185); }
td.TdClassName
{
border-color: #93A0B9;
}
.TagClassName
{
border-color: #93A0B9;
}
</style>