Shades of Rock Blue #93A8BF
Tints of Rock Blue #93A8BF
RGB
CMYK
RGB Variations
Color information
#93A8BF (or 0x93A8BF) is known color: Rock Blue. HEX triplet: 93, A8 and BF. RGB value is (147,168,191). Sum of RGB (Red+Green+Blue) = 147+168+191=506 (67% of max value = 765). Red value is 147 (57.81% from 255 or 29.05% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 191 - color contains mainly: blue. Hex color #93A8BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A8BF is #6C5740. Grayscale: #A4A4A4. Windows color (decimal): -7100225 or 12560531. OLE color: 12560531.
HSL color Cylindrical-coordinate representation of color #93A8BF: hue angle of 211.36º 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 #93A8BF is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 168 | 191 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.25 |
| HSL | 211.36º | 0.26% | 0.66% | - |
| HSV(B) | 211.36º | 0.23% | 0.75% | - |
| XYZ | 35.44 | 37.97 | 54.75 | - |
| YUV | 164.34 | 143.04 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 168 | 191 | 0.23 | 0.12 | 0 | 0.25 | 211.36 | 0.26 | 0.66 |
| Hex | 93 | A8 | BF | 17 | C | 0 | 19 | D3 | 1A | 42 |
| Octal | 223 | 250 | 277 | 27 | 14 | 0 | 31 | 323 | 32 | 102 |
| Binary | 10010011 | 10101000 | 10111111 | 10111 | 1100 | 0 | 11001 | 11010011 | 11010 | 1000010 |
Color Harmonies of #93A8BF
Complementary color
Monochromatic Colors of #93A8BF
Black with #93A8BF
Text Example
Text Example
White with #93A8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A8BF; }
p { color: rgb(147,168,191); }
H1.HeaderClassName
{
color: #93A8BF;
}
.AnyTagClassName
{
color: #93A8BF;
}
</style>
background-color css
<style>
a { background-color: #93A8BF; }
a { background-color: rgb(147,168,191); }
div.DivClassName
{
background-color: #93A8BF;
}
.BgClassName
{
background-color: #93A8BF;
}
</style>
border-color css
<style>
span { border-color: #93A8BF; }
span { border-color: rgb(147,168,191); }
td.TdClassName
{
border-color: #93A8BF;
}
.TagClassName
{
border-color: #93A8BF;
}
</style>