Shades of Rock Blue #93A6BD
Tints of Rock Blue #93A6BD
RGB
CMYK
RGB Variations
Color information
#93A6BD (or 0x93A6BD) is known color: Rock Blue. HEX triplet: 93, A6 and BD. RGB value is (147,166,189). Sum of RGB (Red+Green+Blue) = 147+166+189=502 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.28% from 502); Green value is 166 (65.23% from 255 or 33.07% from 502); Blue value is 189 (74.22% from 255 or 37.65% from 502); Max value from RGB is 189 - color contains mainly: blue. Hex color #93A6BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A6BD is #6C5942. Grayscale: #A2A2A2. Windows color (decimal): -7100739 or 12428947. OLE color: 12428947.
HSL color Cylindrical-coordinate representation of color #93A6BD: hue angle of 212.86º 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 #93A6BD is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 166 | 189 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.26 |
| HSL | 212.86º | 0.24% | 0.66% | - |
| HSV(B) | 212.86º | 0.22% | 0.74% | - |
| XYZ | 34.85 | 37.15 | 53.48 | - |
| YUV | 162.94 | 142.71 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 166 | 189 | 0.22 | 0.12 | 0 | 0.26 | 212.86 | 0.24 | 0.66 |
| Hex | 93 | A6 | BD | 16 | C | 0 | 1A | D5 | 18 | 42 |
| Octal | 223 | 246 | 275 | 26 | 14 | 0 | 32 | 325 | 30 | 102 |
| Binary | 10010011 | 10100110 | 10111101 | 10110 | 1100 | 0 | 11010 | 11010101 | 11000 | 1000010 |
Color Harmonies of #93A6BD
Complementary color
Monochromatic Colors of #93A6BD
Black with #93A6BD
Text Example
Text Example
White with #93A6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A6BD; }
p { color: rgb(147,166,189); }
H1.HeaderClassName
{
color: #93A6BD;
}
.AnyTagClassName
{
color: #93A6BD;
}
</style>
background-color css
<style>
a { background-color: #93A6BD; }
a { background-color: rgb(147,166,189); }
div.DivClassName
{
background-color: #93A6BD;
}
.BgClassName
{
background-color: #93A6BD;
}
</style>
border-color css
<style>
span { border-color: #93A6BD; }
span { border-color: rgb(147,166,189); }
td.TdClassName
{
border-color: #93A6BD;
}
.TagClassName
{
border-color: #93A6BD;
}
</style>