Shades of Rock Blue #93A4BD
Tints of Rock Blue #93A4BD
RGB
CMYK
RGB Variations
Color information
#93A4BD (or 0x93A4BD) is known color: Rock Blue. HEX triplet: 93, A4 and BD. RGB value is (147,164,189). Sum of RGB (Red+Green+Blue) = 147+164+189=500 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.4% from 500); Green value is 164 (64.45% from 255 or 32.8% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 189 - color contains mainly: blue. Hex color #93A4BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A4BD is #6C5B42. Grayscale: #A1A1A1. Windows color (decimal): -7101251 or 12428435. OLE color: 12428435.
HSL color Cylindrical-coordinate representation of color #93A4BD: hue angle of 215.71º 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 #93A4BD is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 164 | 189 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.26 |
| HSL | 215.71º | 0.24% | 0.66% | - |
| HSV(B) | 215.71º | 0.22% | 0.74% | - |
| XYZ | 34.49 | 36.43 | 53.36 | - |
| YUV | 161.77 | 143.37 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 164 | 189 | 0.22 | 0.13 | 0 | 0.26 | 215.71 | 0.24 | 0.66 |
| Hex | 93 | A4 | BD | 16 | D | 0 | 1A | D8 | 18 | 42 |
| Octal | 223 | 244 | 275 | 26 | 15 | 0 | 32 | 330 | 30 | 102 |
| Binary | 10010011 | 10100100 | 10111101 | 10110 | 1101 | 0 | 11010 | 11011000 | 11000 | 1000010 |
Color Harmonies of #93A4BD
Complementary color
Monochromatic Colors of #93A4BD
Black with #93A4BD
Text Example
Text Example
White with #93A4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A4BD; }
p { color: rgb(147,164,189); }
H1.HeaderClassName
{
color: #93A4BD;
}
.AnyTagClassName
{
color: #93A4BD;
}
</style>
background-color css
<style>
a { background-color: #93A4BD; }
a { background-color: rgb(147,164,189); }
div.DivClassName
{
background-color: #93A4BD;
}
.BgClassName
{
background-color: #93A4BD;
}
</style>
border-color css
<style>
span { border-color: #93A4BD; }
span { border-color: rgb(147,164,189); }
td.TdClassName
{
border-color: #93A4BD;
}
.TagClassName
{
border-color: #93A4BD;
}
</style>