Shades of Rock Blue #93A0C1
Tints of Rock Blue #93A0C1
RGB
CMYK
RGB Variations
Color information
#93A0C1 (or 0x93A0C1) is known color: Rock Blue. HEX triplet: 93, A0 and C1. RGB value is (147,160,193). Sum of RGB (Red+Green+Blue) = 147+160+193=500 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.4% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 193 (75.78% from 255 or 38.6% from 500); Max value from RGB is 193 - color contains mainly: blue. Hex color #93A0C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A0C1 is #6C5F3E. Grayscale: #9F9F9F. Windows color (decimal): -7102271 or 12689555. OLE color: 12689555.
HSL color Cylindrical-coordinate representation of color #93A0C1: hue angle of 223.04º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #93A0C1 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 160 | 193 | - |
| CMYK | 0.24 | 0.17 | 0 | 0.24 |
| HSL | 223.04º | 0.27% | 0.67% | - |
| HSV(B) | 223.04º | 0.24% | 0.76% | - |
| XYZ | 34.23 | 35.19 | 55.44 | - |
| YUV | 159.88 | 146.69 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 160 | 193 | 0.24 | 0.17 | 0 | 0.24 | 223.04 | 0.27 | 0.67 |
| Hex | 93 | A0 | C1 | 18 | 11 | 0 | 18 | DF | 1B | 43 |
| Octal | 223 | 240 | 301 | 30 | 21 | 0 | 30 | 337 | 33 | 103 |
| Binary | 10010011 | 10100000 | 11000001 | 11000 | 10001 | 0 | 11000 | 11011111 | 11011 | 1000011 |
Color Harmonies of #93A0C1
Complementary color
Monochromatic Colors of #93A0C1
Black with #93A0C1
Text Example
Text Example
White with #93A0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A0C1; }
p { color: rgb(147,160,193); }
H1.HeaderClassName
{
color: #93A0C1;
}
.AnyTagClassName
{
color: #93A0C1;
}
</style>
background-color css
<style>
a { background-color: #93A0C1; }
a { background-color: rgb(147,160,193); }
div.DivClassName
{
background-color: #93A0C1;
}
.BgClassName
{
background-color: #93A0C1;
}
</style>
border-color css
<style>
span { border-color: #93A0C1; }
span { border-color: rgb(147,160,193); }
td.TdClassName
{
border-color: #93A0C1;
}
.TagClassName
{
border-color: #93A0C1;
}
</style>