Shades of Rock Blue #93A7BF
Tints of Rock Blue #93A7BF
RGB
CMYK
RGB Variations
Color information
#93A7BF (or 0x93A7BF) is known color: Rock Blue. HEX triplet: 93, A7 and BF. RGB value is (147,167,191). Sum of RGB (Red+Green+Blue) = 147+167+191=505 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.11% from 505); Green value is 167 (65.62% from 255 or 33.07% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 191 - color contains mainly: blue. Hex color #93A7BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A7BF is #6C5840. Grayscale: #A3A3A3. Windows color (decimal): -7100481 or 12560275. OLE color: 12560275.
HSL color Cylindrical-coordinate representation of color #93A7BF: hue angle of 212.73º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #93A7BF is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 167 | 191 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.25 |
| HSL | 212.73º | 0.26% | 0.66% | - |
| HSV(B) | 212.73º | 0.23% | 0.75% | - |
| XYZ | 35.26 | 37.6 | 54.69 | - |
| YUV | 163.76 | 143.37 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 167 | 191 | 0.23 | 0.13 | 0 | 0.25 | 212.73 | 0.26 | 0.66 |
| Hex | 93 | A7 | BF | 17 | D | 0 | 19 | D5 | 1A | 42 |
| Octal | 223 | 247 | 277 | 27 | 15 | 0 | 31 | 325 | 32 | 102 |
| Binary | 10010011 | 10100111 | 10111111 | 10111 | 1101 | 0 | 11001 | 11010101 | 11010 | 1000010 |
Color Harmonies of #93A7BF
Complementary color
Monochromatic Colors of #93A7BF
Black with #93A7BF
Text Example
Text Example
White with #93A7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A7BF; }
p { color: rgb(147,167,191); }
H1.HeaderClassName
{
color: #93A7BF;
}
.AnyTagClassName
{
color: #93A7BF;
}
</style>
background-color css
<style>
a { background-color: #93A7BF; }
a { background-color: rgb(147,167,191); }
div.DivClassName
{
background-color: #93A7BF;
}
.BgClassName
{
background-color: #93A7BF;
}
</style>
border-color css
<style>
span { border-color: #93A7BF; }
span { border-color: rgb(147,167,191); }
td.TdClassName
{
border-color: #93A7BF;
}
.TagClassName
{
border-color: #93A7BF;
}
</style>