Shades of Rock Blue #93A2BD
Tints of Rock Blue #93A2BD
RGB
CMYK
RGB Variations
Color information
#93A2BD (or 0x93A2BD) is known color: Rock Blue. HEX triplet: 93, A2 and BD. RGB value is (147,162,189). Sum of RGB (Red+Green+Blue) = 147+162+189=498 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.52% from 498); Green value is 162 (63.67% from 255 or 32.53% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 189 - color contains mainly: blue. Hex color #93A2BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A2BD is #6C5D42. Grayscale: #A0A0A0. Windows color (decimal): -7101763 or 12427923. OLE color: 12427923.
HSL color Cylindrical-coordinate representation of color #93A2BD: hue angle of 218.57º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #93A2BD is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 162 | 189 | - |
| CMYK | 0.22 | 0.14 | 0 | 0.26 |
| HSL | 218.57º | 0.24% | 0.66% | - |
| HSV(B) | 218.57º | 0.22% | 0.74% | - |
| XYZ | 34.14 | 35.72 | 53.24 | - |
| YUV | 160.59 | 144.03 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 162 | 189 | 0.22 | 0.14 | 0 | 0.26 | 218.57 | 0.24 | 0.66 |
| Hex | 93 | A2 | BD | 16 | E | 0 | 1A | DB | 18 | 42 |
| Octal | 223 | 242 | 275 | 26 | 16 | 0 | 32 | 333 | 30 | 102 |
| Binary | 10010011 | 10100010 | 10111101 | 10110 | 1110 | 0 | 11010 | 11011011 | 11000 | 1000010 |
Color Harmonies of #93A2BD
Complementary color
Monochromatic Colors of #93A2BD
Black with #93A2BD
Text Example
Text Example
White with #93A2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A2BD; }
p { color: rgb(147,162,189); }
H1.HeaderClassName
{
color: #93A2BD;
}
.AnyTagClassName
{
color: #93A2BD;
}
</style>
background-color css
<style>
a { background-color: #93A2BD; }
a { background-color: rgb(147,162,189); }
div.DivClassName
{
background-color: #93A2BD;
}
.BgClassName
{
background-color: #93A2BD;
}
</style>
border-color css
<style>
span { border-color: #93A2BD; }
span { border-color: rgb(147,162,189); }
td.TdClassName
{
border-color: #93A2BD;
}
.TagClassName
{
border-color: #93A2BD;
}
</style>