Shades of Rock Blue #93A1B3
Tints of Rock Blue #93A1B3
RGB
CMYK
RGB Variations
Color information
#93A1B3 (or 0x93A1B3) is known color: Rock Blue. HEX triplet: 93, A1 and B3. RGB value is (147,161,179). Sum of RGB (Red+Green+Blue) = 147+161+179=487 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.18% from 487); Green value is 161 (63.28% from 255 or 33.06% from 487); Blue value is 179 (70.31% from 255 or 36.76% from 487); Max value from RGB is 179 - color contains mainly: blue. Hex color #93A1B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A1B3 is #6C5E4C. Grayscale: #9E9E9E. Windows color (decimal): -7102029 or 11772307. OLE color: 11772307.
HSL color Cylindrical-coordinate representation of color #93A1B3: hue angle of 213.75º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #93A1B3 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 147 | 161 | 179 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.30 |
| HSL | 213.75º | 0.17% | 0.64% | - |
| HSV(B) | 213.75º | 0.18% | 0.7% | - |
| XYZ | 32.91 | 34.95 | 47.66 | - |
| YUV | 158.87 | 139.36 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 161 | 179 | 0.18 | 0.10 | 0 | 0.30 | 213.75 | 0.17 | 0.64 |
| Hex | 93 | A1 | B3 | 12 | A | 0 | 1E | D6 | 11 | 40 |
| Octal | 223 | 241 | 263 | 22 | 12 | 0 | 36 | 326 | 21 | 100 |
| Binary | 10010011 | 10100001 | 10110011 | 10010 | 1010 | 0 | 11110 | 11010110 | 10001 | 1000000 |
Color Harmonies of #93A1B3
Complementary color
Monochromatic Colors of #93A1B3
Black with #93A1B3
Text Example
Text Example
White with #93A1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A1B3; }
p { color: rgb(147,161,179); }
H1.HeaderClassName
{
color: #93A1B3;
}
.AnyTagClassName
{
color: #93A1B3;
}
</style>
background-color css
<style>
a { background-color: #93A1B3; }
a { background-color: rgb(147,161,179); }
div.DivClassName
{
background-color: #93A1B3;
}
.BgClassName
{
background-color: #93A1B3;
}
</style>
border-color css
<style>
span { border-color: #93A1B3; }
span { border-color: rgb(147,161,179); }
td.TdClassName
{
border-color: #93A1B3;
}
.TagClassName
{
border-color: #93A1B3;
}
</style>