Shades of Glacier #73A3C1
Tints of Glacier #73A3C1
RGB
CMYK
RGB Variations
Color information
#73A3C1 (or 0x73A3C1) is known color: Glacier. HEX triplet: 73, A3 and C1. RGB value is (115,163,193). Sum of RGB (Red+Green+Blue) = 115+163+193=471 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.42% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 193 (75.78% from 255 or 40.98% from 471); Max value from RGB is 193 - color contains mainly: blue. Hex color #73A3C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A3C1 is #8C5C3E. Grayscale: #979797. Windows color (decimal): -9198655 or 12690291. OLE color: 12690291.
HSL color Cylindrical-coordinate representation of color #73A3C1: hue angle of 203.08º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73A3C1 is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 163 | 193 | - |
| CMYK | 0.40 | 0.16 | 0 | 0.24 |
| HSL | 203.08º | 0.39% | 0.6% | - |
| HSV(B) | 203.08º | 0.4% | 0.76% | - |
| XYZ | 29.79 | 33.69 | 55.38 | - |
| YUV | 152.07 | 151.1 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 163 | 193 | 0.40 | 0.16 | 0 | 0.24 | 203.08 | 0.39 | 0.6 |
| Hex | 73 | A3 | C1 | 28 | 10 | 0 | 18 | CB | 27 | 3C |
| Octal | 163 | 243 | 301 | 50 | 20 | 0 | 30 | 313 | 47 | 74 |
| Binary | 1110011 | 10100011 | 11000001 | 101000 | 10000 | 0 | 11000 | 11001011 | 100111 | 111100 |
Color Harmonies of #73A3C1
Complementary color
Monochromatic Colors of #73A3C1
Black with #73A3C1
Text Example
Text Example
White with #73A3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A3C1; }
p { color: rgb(115,163,193); }
H1.HeaderClassName
{
color: #73A3C1;
}
.AnyTagClassName
{
color: #73A3C1;
}
</style>
background-color css
<style>
a { background-color: #73A3C1; }
a { background-color: rgb(115,163,193); }
div.DivClassName
{
background-color: #73A3C1;
}
.BgClassName
{
background-color: #73A3C1;
}
</style>
border-color css
<style>
span { border-color: #73A3C1; }
span { border-color: rgb(115,163,193); }
td.TdClassName
{
border-color: #73A3C1;
}
.TagClassName
{
border-color: #73A3C1;
}
</style>