Shades of Rock Blue #93A6BF
Tints of Rock Blue #93A6BF
RGB
CMYK
RGB Variations
Color information
#93A6BF (or 0x93A6BF) is known color: Rock Blue. HEX triplet: 93, A6 and BF. RGB value is (147,166,191). Sum of RGB (Red+Green+Blue) = 147+166+191=504 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.17% from 504); Green value is 166 (65.23% from 255 or 32.94% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 191 - color contains mainly: blue. Hex color #93A6BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A6BF is #6C5940. Grayscale: #A3A3A3. Windows color (decimal): -7100737 or 12560019. OLE color: 12560019.
HSL color Cylindrical-coordinate representation of color #93A6BF: hue angle of 214.09º 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 #93A6BF is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 166 | 191 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.25 |
| HSL | 214.09º | 0.26% | 0.66% | - |
| HSV(B) | 214.09º | 0.23% | 0.75% | - |
| XYZ | 35.07 | 37.24 | 54.63 | - |
| YUV | 163.17 | 143.71 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 166 | 191 | 0.23 | 0.13 | 0 | 0.25 | 214.09 | 0.26 | 0.66 |
| Hex | 93 | A6 | BF | 17 | D | 0 | 19 | D6 | 1A | 42 |
| Octal | 223 | 246 | 277 | 27 | 15 | 0 | 31 | 326 | 32 | 102 |
| Binary | 10010011 | 10100110 | 10111111 | 10111 | 1101 | 0 | 11001 | 11010110 | 11010 | 1000010 |
Color Harmonies of #93A6BF
Complementary color
Monochromatic Colors of #93A6BF
Black with #93A6BF
Text Example
Text Example
White with #93A6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A6BF; }
p { color: rgb(147,166,191); }
H1.HeaderClassName
{
color: #93A6BF;
}
.AnyTagClassName
{
color: #93A6BF;
}
</style>
background-color css
<style>
a { background-color: #93A6BF; }
a { background-color: rgb(147,166,191); }
div.DivClassName
{
background-color: #93A6BF;
}
.BgClassName
{
background-color: #93A6BF;
}
</style>
border-color css
<style>
span { border-color: #93A6BF; }
span { border-color: rgb(147,166,191); }
td.TdClassName
{
border-color: #93A6BF;
}
.TagClassName
{
border-color: #93A6BF;
}
</style>