Shades of Rock Blue #93A2B4
Tints of Rock Blue #93A2B4
RGB
CMYK
RGB Variations
Color information
#93A2B4 (or 0x93A2B4) is known color: Rock Blue. HEX triplet: 93, A2 and B4. RGB value is (147,162,180). Sum of RGB (Red+Green+Blue) = 147+162+180=489 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.06% from 489); Green value is 162 (63.67% from 255 or 33.13% from 489); Blue value is 180 (70.70% from 255 or 36.81% from 489); Max value from RGB is 180 - color contains mainly: blue. Hex color #93A2B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A2B4 is #6C5D4B. Grayscale: #9F9F9F. Windows color (decimal): -7101772 or 11838099. OLE color: 11838099.
HSL color Cylindrical-coordinate representation of color #93A2B4: hue angle of 212.73º 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 #93A2B4 is Cyan = 0.18, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 162 | 180 | - |
| CMYK | 0.18 | 0.1 | 0 | 0.29 |
| HSL | 212.73º | 0.18% | 0.64% | - |
| HSV(B) | 212.73º | 0.18% | 0.71% | - |
| XYZ | 33.19 | 35.34 | 48.25 | - |
| YUV | 159.57 | 139.53 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 162 | 180 | 0.18 | 0.1 | 0 | 0.29 | 212.73 | 0.18 | 0.64 |
| Hex | 93 | A2 | B4 | 12 | A | 0 | 1D | D5 | 12 | 40 |
| Octal | 223 | 242 | 264 | 22 | 12 | 0 | 35 | 325 | 22 | 100 |
| Binary | 10010011 | 10100010 | 10110100 | 10010 | 1010 | 0 | 11101 | 11010101 | 10010 | 1000000 |
Color Harmonies of #93A2B4
Complementary color
Monochromatic Colors of #93A2B4
Black with #93A2B4
Text Example
Text Example
White with #93A2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A2B4; }
p { color: rgb(147,162,180); }
H1.HeaderClassName
{
color: #93A2B4;
}
.AnyTagClassName
{
color: #93A2B4;
}
</style>
background-color css
<style>
a { background-color: #93A2B4; }
a { background-color: rgb(147,162,180); }
div.DivClassName
{
background-color: #93A2B4;
}
.BgClassName
{
background-color: #93A2B4;
}
</style>
border-color css
<style>
span { border-color: #93A2B4; }
span { border-color: rgb(147,162,180); }
td.TdClassName
{
border-color: #93A2B4;
}
.TagClassName
{
border-color: #93A2B4;
}
</style>