Shades of Rock Blue #93A7BD
Tints of Rock Blue #93A7BD
RGB
CMYK
RGB Variations
Color information
#93A7BD (or 0x93A7BD) is known color: Rock Blue. HEX triplet: 93, A7 and BD. RGB value is (147,167,189). Sum of RGB (Red+Green+Blue) = 147+167+189=503 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.22% from 503); Green value is 167 (65.62% from 255 or 33.20% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 189 - color contains mainly: blue. Hex color #93A7BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A7BD is #6C5842. Grayscale: #A3A3A3. Windows color (decimal): -7100483 or 12429203. OLE color: 12429203.
HSL color Cylindrical-coordinate representation of color #93A7BD: hue angle of 211.43º 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 #93A7BD is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 167 | 189 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.26 |
| HSL | 211.43º | 0.24% | 0.66% | - |
| HSV(B) | 211.43º | 0.22% | 0.74% | - |
| XYZ | 35.04 | 37.51 | 53.54 | - |
| YUV | 163.53 | 142.37 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 167 | 189 | 0.22 | 0.12 | 0 | 0.26 | 211.43 | 0.24 | 0.66 |
| Hex | 93 | A7 | BD | 16 | C | 0 | 1A | D3 | 18 | 42 |
| Octal | 223 | 247 | 275 | 26 | 14 | 0 | 32 | 323 | 30 | 102 |
| Binary | 10010011 | 10100111 | 10111101 | 10110 | 1100 | 0 | 11010 | 11010011 | 11000 | 1000010 |
Color Harmonies of #93A7BD
Complementary color
Monochromatic Colors of #93A7BD
Black with #93A7BD
Text Example
Text Example
White with #93A7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A7BD; }
p { color: rgb(147,167,189); }
H1.HeaderClassName
{
color: #93A7BD;
}
.AnyTagClassName
{
color: #93A7BD;
}
</style>
background-color css
<style>
a { background-color: #93A7BD; }
a { background-color: rgb(147,167,189); }
div.DivClassName
{
background-color: #93A7BD;
}
.BgClassName
{
background-color: #93A7BD;
}
</style>
border-color css
<style>
span { border-color: #93A7BD; }
span { border-color: rgb(147,167,189); }
td.TdClassName
{
border-color: #93A7BD;
}
.TagClassName
{
border-color: #93A7BD;
}
</style>