Shades of Rock Blue #93A3BC
Tints of Rock Blue #93A3BC
RGB
CMYK
RGB Variations
Color information
#93A3BC (or 0x93A3BC) is known color: Rock Blue. HEX triplet: 93, A3 and BC. RGB value is (147,163,188). Sum of RGB (Red+Green+Blue) = 147+163+188=498 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.52% from 498); Green value is 163 (64.06% from 255 or 32.73% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 188 - color contains mainly: blue. Hex color #93A3BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A3BC is #6C5C43. Grayscale: #A0A0A0. Windows color (decimal): -7101508 or 12362643. OLE color: 12362643.
HSL color Cylindrical-coordinate representation of color #93A3BC: hue angle of 216.59º degrees, saturation: 0.23, 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 #93A3BC is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 163 | 188 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.26 |
| HSL | 216.59º | 0.23% | 0.66% | - |
| HSV(B) | 216.59º | 0.22% | 0.74% | - |
| XYZ | 34.21 | 36.03 | 52.73 | - |
| YUV | 161.07 | 143.2 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 163 | 188 | 0.22 | 0.13 | 0 | 0.26 | 216.59 | 0.23 | 0.66 |
| Hex | 93 | A3 | BC | 16 | D | 0 | 1A | D9 | 17 | 42 |
| Octal | 223 | 243 | 274 | 26 | 15 | 0 | 32 | 331 | 27 | 102 |
| Binary | 10010011 | 10100011 | 10111100 | 10110 | 1101 | 0 | 11010 | 11011001 | 10111 | 1000010 |
Color Harmonies of #93A3BC
Complementary color
Monochromatic Colors of #93A3BC
Black with #93A3BC
Text Example
Text Example
White with #93A3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A3BC; }
p { color: rgb(147,163,188); }
H1.HeaderClassName
{
color: #93A3BC;
}
.AnyTagClassName
{
color: #93A3BC;
}
</style>
background-color css
<style>
a { background-color: #93A3BC; }
a { background-color: rgb(147,163,188); }
div.DivClassName
{
background-color: #93A3BC;
}
.BgClassName
{
background-color: #93A3BC;
}
</style>
border-color css
<style>
span { border-color: #93A3BC; }
span { border-color: rgb(147,163,188); }
td.TdClassName
{
border-color: #93A3BC;
}
.TagClassName
{
border-color: #93A3BC;
}
</style>