Shades of Rock Blue #93A0C9
Tints of Rock Blue #93A0C9
RGB
CMYK
RGB Variations
Color information
#93A0C9 (or 0x93A0C9) is known color: Rock Blue. HEX triplet: 93, A0 and C9. RGB value is (147,160,201). Sum of RGB (Red+Green+Blue) = 147+160+201=508 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.94% from 508); Green value is 160 (62.89% from 255 or 31.50% from 508); Blue value is 201 (78.91% from 255 or 39.57% from 508); Max value from RGB is 201 - color contains mainly: blue. Hex color #93A0C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A0C9 is #6C5F36. Grayscale: #A0A0A0. Windows color (decimal): -7102263 or 13213843. OLE color: 13213843.
HSL color Cylindrical-coordinate representation of color #93A0C9: hue angle of 225.56º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93A0C9 is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 147 | 160 | 201 | - |
| CMYK | 0.27 | 0.20 | 0 | 0.21 |
| HSL | 225.56º | 0.33% | 0.68% | - |
| HSV(B) | 225.56º | 0.27% | 0.79% | - |
| XYZ | 35.15 | 35.56 | 60.27 | - |
| YUV | 160.79 | 150.69 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 160 | 201 | 0.27 | 0.20 | 0 | 0.21 | 225.56 | 0.33 | 0.68 |
| Hex | 93 | A0 | C9 | 1B | 14 | 0 | 15 | E2 | 21 | 44 |
| Octal | 223 | 240 | 311 | 33 | 24 | 0 | 25 | 342 | 41 | 104 |
| Binary | 10010011 | 10100000 | 11001001 | 11011 | 10100 | 0 | 10101 | 11100010 | 100001 | 1000100 |
Color Harmonies of #93A0C9
Complementary color
Monochromatic Colors of #93A0C9
Black with #93A0C9
Text Example
Text Example
White with #93A0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A0C9; }
p { color: rgb(147,160,201); }
H1.HeaderClassName
{
color: #93A0C9;
}
.AnyTagClassName
{
color: #93A0C9;
}
</style>
background-color css
<style>
a { background-color: #93A0C9; }
a { background-color: rgb(147,160,201); }
div.DivClassName
{
background-color: #93A0C9;
}
.BgClassName
{
background-color: #93A0C9;
}
</style>
border-color css
<style>
span { border-color: #93A0C9; }
span { border-color: rgb(147,160,201); }
td.TdClassName
{
border-color: #93A0C9;
}
.TagClassName
{
border-color: #93A0C9;
}
</style>