Shades of Rock Blue #93A5BC
Tints of Rock Blue #93A5BC
RGB
CMYK
RGB Variations
Color information
#93A5BC (or 0x93A5BC) is known color: Rock Blue. HEX triplet: 93, A5 and BC. RGB value is (147,165,188). Sum of RGB (Red+Green+Blue) = 147+165+188=500 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.4% from 500); Green value is 165 (64.84% from 255 or 33% from 500); Blue value is 188 (73.83% from 255 or 37.6% from 500); Max value from RGB is 188 - color contains mainly: blue. Hex color #93A5BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A5BC is #6C5A43. Grayscale: #A2A2A2. Windows color (decimal): -7100996 or 12363155. OLE color: 12363155.
HSL color Cylindrical-coordinate representation of color #93A5BC: hue angle of 213.66º 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 #93A5BC is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 165 | 188 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.26 |
| HSL | 213.66º | 0.23% | 0.66% | - |
| HSV(B) | 213.66º | 0.22% | 0.74% | - |
| XYZ | 34.56 | 36.74 | 52.85 | - |
| YUV | 162.24 | 142.54 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 165 | 188 | 0.22 | 0.12 | 0 | 0.26 | 213.66 | 0.23 | 0.66 |
| Hex | 93 | A5 | BC | 16 | C | 0 | 1A | D6 | 17 | 42 |
| Octal | 223 | 245 | 274 | 26 | 14 | 0 | 32 | 326 | 27 | 102 |
| Binary | 10010011 | 10100101 | 10111100 | 10110 | 1100 | 0 | 11010 | 11010110 | 10111 | 1000010 |
Color Harmonies of #93A5BC
Complementary color
Monochromatic Colors of #93A5BC
Black with #93A5BC
Text Example
Text Example
White with #93A5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A5BC; }
p { color: rgb(147,165,188); }
H1.HeaderClassName
{
color: #93A5BC;
}
.AnyTagClassName
{
color: #93A5BC;
}
</style>
background-color css
<style>
a { background-color: #93A5BC; }
a { background-color: rgb(147,165,188); }
div.DivClassName
{
background-color: #93A5BC;
}
.BgClassName
{
background-color: #93A5BC;
}
</style>
border-color css
<style>
span { border-color: #93A5BC; }
span { border-color: rgb(147,165,188); }
td.TdClassName
{
border-color: #93A5BC;
}
.TagClassName
{
border-color: #93A5BC;
}
</style>