Shades of Rock Blue #93A0B4
Tints of Rock Blue #93A0B4
RGB
CMYK
RGB Variations
Color information
#93A0B4 (or 0x93A0B4) is known color: Rock Blue. HEX triplet: 93, A0 and B4. RGB value is (147,160,180). Sum of RGB (Red+Green+Blue) = 147+160+180=487 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.18% from 487); Green value is 160 (62.89% from 255 or 32.85% from 487); Blue value is 180 (70.70% from 255 or 36.96% from 487); Max value from RGB is 180 - color contains mainly: blue. Hex color #93A0B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A0B4 is #6C5F4B. Grayscale: #9E9E9E. Windows color (decimal): -7102284 or 11837587. OLE color: 11837587.
HSL color Cylindrical-coordinate representation of color #93A0B4: hue angle of 216.36º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #93A0B4 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 160 | 180 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.29 |
| HSL | 216.36º | 0.18% | 0.64% | - |
| HSV(B) | 216.36º | 0.18% | 0.71% | - |
| XYZ | 32.84 | 34.64 | 48.14 | - |
| YUV | 158.39 | 140.19 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 160 | 180 | 0.18 | 0.11 | 0 | 0.29 | 216.36 | 0.18 | 0.64 |
| Hex | 93 | A0 | B4 | 12 | B | 0 | 1D | D8 | 12 | 40 |
| Octal | 223 | 240 | 264 | 22 | 13 | 0 | 35 | 330 | 22 | 100 |
| Binary | 10010011 | 10100000 | 10110100 | 10010 | 1011 | 0 | 11101 | 11011000 | 10010 | 1000000 |
Color Harmonies of #93A0B4
Complementary color
Monochromatic Colors of #93A0B4
Black with #93A0B4
Text Example
Text Example
White with #93A0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A0B4; }
p { color: rgb(147,160,180); }
H1.HeaderClassName
{
color: #93A0B4;
}
.AnyTagClassName
{
color: #93A0B4;
}
</style>
background-color css
<style>
a { background-color: #93A0B4; }
a { background-color: rgb(147,160,180); }
div.DivClassName
{
background-color: #93A0B4;
}
.BgClassName
{
background-color: #93A0B4;
}
</style>
border-color css
<style>
span { border-color: #93A0B4; }
span { border-color: rgb(147,160,180); }
td.TdClassName
{
border-color: #93A0B4;
}
.TagClassName
{
border-color: #93A0B4;
}
</style>