Shades of Rock Blue #93A1B4
Tints of Rock Blue #93A1B4
RGB
CMYK
RGB Variations
Color information
#93A1B4 (or 0x93A1B4) is known color: Rock Blue. HEX triplet: 93, A1 and B4. RGB value is (147,161,180). Sum of RGB (Red+Green+Blue) = 147+161+180=488 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.12% from 488); Green value is 161 (63.28% from 255 or 32.99% from 488); Blue value is 180 (70.70% from 255 or 36.89% from 488); Max value from RGB is 180 - color contains mainly: blue. Hex color #93A1B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A1B4 is #6C5E4B. Grayscale: #9E9E9E. Windows color (decimal): -7102028 or 11837843. OLE color: 11837843.
HSL color Cylindrical-coordinate representation of color #93A1B4: hue angle of 214.55º 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 #93A1B4 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 161 | 180 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.29 |
| HSL | 214.55º | 0.18% | 0.64% | - |
| HSV(B) | 214.55º | 0.18% | 0.71% | - |
| XYZ | 33.02 | 34.99 | 48.19 | - |
| YUV | 158.98 | 139.86 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 161 | 180 | 0.18 | 0.11 | 0 | 0.29 | 214.55 | 0.18 | 0.64 |
| Hex | 93 | A1 | B4 | 12 | B | 0 | 1D | D7 | 12 | 40 |
| Octal | 223 | 241 | 264 | 22 | 13 | 0 | 35 | 327 | 22 | 100 |
| Binary | 10010011 | 10100001 | 10110100 | 10010 | 1011 | 0 | 11101 | 11010111 | 10010 | 1000000 |
Color Harmonies of #93A1B4
Complementary color
Monochromatic Colors of #93A1B4
Black with #93A1B4
Text Example
Text Example
White with #93A1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A1B4; }
p { color: rgb(147,161,180); }
H1.HeaderClassName
{
color: #93A1B4;
}
.AnyTagClassName
{
color: #93A1B4;
}
</style>
background-color css
<style>
a { background-color: #93A1B4; }
a { background-color: rgb(147,161,180); }
div.DivClassName
{
background-color: #93A1B4;
}
.BgClassName
{
background-color: #93A1B4;
}
</style>
border-color css
<style>
span { border-color: #93A1B4; }
span { border-color: rgb(147,161,180); }
td.TdClassName
{
border-color: #93A1B4;
}
.TagClassName
{
border-color: #93A1B4;
}
</style>