Shades of Chetwode Blue #7173AC
Tints of Chetwode Blue #7173AC
RGB
CMYK
RGB Variations
Color information
#7173AC (or 0x7173AC) is known color: Chetwode Blue. HEX triplet: 71, 73 and AC. RGB value is (113,115,172). Sum of RGB (Red+Green+Blue) = 113+115+172=400 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.25% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 172 - color contains mainly: blue. Hex color #7173AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7173AC is #8E8C53. Grayscale: #787878. Windows color (decimal): -9342036 or 11301745. OLE color: 11301745.
HSL color Cylindrical-coordinate representation of color #7173AC: hue angle of 237.97º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7173AC is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 115 | 172 | - |
| CMYK | 0.34 | 0.33 | 0 | 0.33 |
| HSL | 237.97º | 0.26% | 0.56% | - |
| HSV(B) | 237.97º | 0.34% | 0.67% | - |
| XYZ | 20.39 | 18.75 | 41.57 | - |
| YUV | 120.9 | 156.84 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 115 | 172 | 0.34 | 0.33 | 0 | 0.33 | 237.97 | 0.26 | 0.56 |
| Hex | 71 | 73 | AC | 22 | 21 | 0 | 21 | EE | 1A | 38 |
| Octal | 161 | 163 | 254 | 42 | 41 | 0 | 41 | 356 | 32 | 70 |
| Binary | 1110001 | 1110011 | 10101100 | 100010 | 100001 | 0 | 100001 | 11101110 | 11010 | 111000 |
Color Harmonies of #7173AC
Complementary color
Monochromatic Colors of #7173AC
Black with #7173AC
Text Example
Text Example
White with #7173AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7173AC; }
p { color: rgb(113,115,172); }
H1.HeaderClassName
{
color: #7173AC;
}
.AnyTagClassName
{
color: #7173AC;
}
</style>
background-color css
<style>
a { background-color: #7173AC; }
a { background-color: rgb(113,115,172); }
div.DivClassName
{
background-color: #7173AC;
}
.BgClassName
{
background-color: #7173AC;
}
</style>
border-color css
<style>
span { border-color: #7173AC; }
span { border-color: rgb(113,115,172); }
td.TdClassName
{
border-color: #7173AC;
}
.TagClassName
{
border-color: #7173AC;
}
</style>