Shades of Rock Blue #93A5BA
Tints of Rock Blue #93A5BA
RGB
CMYK
RGB Variations
Color information
#93A5BA (or 0x93A5BA) is known color: Rock Blue. HEX triplet: 93, A5 and BA. RGB value is (147,165,186). Sum of RGB (Red+Green+Blue) = 147+165+186=498 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.52% from 498); Green value is 165 (64.84% from 255 or 33.13% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 186 - color contains mainly: blue. Hex color #93A5BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A5BA is #6C5A45. Grayscale: #A1A1A1. Windows color (decimal): -7100998 or 12232083. OLE color: 12232083.
HSL color Cylindrical-coordinate representation of color #93A5BA: hue angle of 212.31º degrees, saturation: 0.22, 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 #93A5BA is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 165 | 186 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.27 |
| HSL | 212.31º | 0.22% | 0.65% | - |
| HSV(B) | 212.31º | 0.21% | 0.73% | - |
| XYZ | 34.35 | 36.66 | 51.72 | - |
| YUV | 162.01 | 141.54 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 165 | 186 | 0.21 | 0.11 | 0 | 0.27 | 212.31 | 0.22 | 0.65 |
| Hex | 93 | A5 | BA | 15 | B | 0 | 1B | D4 | 16 | 41 |
| Octal | 223 | 245 | 272 | 25 | 13 | 0 | 33 | 324 | 26 | 101 |
| Binary | 10010011 | 10100101 | 10111010 | 10101 | 1011 | 0 | 11011 | 11010100 | 10110 | 1000001 |
Color Harmonies of #93A5BA
Complementary color
Monochromatic Colors of #93A5BA
Black with #93A5BA
Text Example
Text Example
White with #93A5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A5BA; }
p { color: rgb(147,165,186); }
H1.HeaderClassName
{
color: #93A5BA;
}
.AnyTagClassName
{
color: #93A5BA;
}
</style>
background-color css
<style>
a { background-color: #93A5BA; }
a { background-color: rgb(147,165,186); }
div.DivClassName
{
background-color: #93A5BA;
}
.BgClassName
{
background-color: #93A5BA;
}
</style>
border-color css
<style>
span { border-color: #93A5BA; }
span { border-color: rgb(147,165,186); }
td.TdClassName
{
border-color: #93A5BA;
}
.TagClassName
{
border-color: #93A5BA;
}
</style>