Shades of Chetwode Blue #7173A9
Tints of Chetwode Blue #7173A9
RGB
CMYK
RGB Variations
Color information
#7173A9 (or 0x7173A9) is known color: Chetwode Blue. HEX triplet: 71, 73 and A9. RGB value is (113,115,169). Sum of RGB (Red+Green+Blue) = 113+115+169=397 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.46% from 397); Green value is 115 (45.31% from 255 or 28.97% from 397); Blue value is 169 (66.41% from 255 or 42.57% from 397); Max value from RGB is 169 - color contains mainly: blue. Hex color #7173A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7173A9 is #8E8C56. Grayscale: #787878. Windows color (decimal): -9342039 or 11105137. OLE color: 11105137.
HSL color Cylindrical-coordinate representation of color #7173A9: hue angle of 237.86º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7173A9 is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 113 | 115 | 169 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.34 |
| HSL | 237.86º | 0.25% | 0.55% | - |
| HSV(B) | 237.86º | 0.33% | 0.66% | - |
| XYZ | 20.1 | 18.64 | 40.07 | - |
| YUV | 120.56 | 155.34 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 115 | 169 | 0.33 | 0.32 | 0 | 0.34 | 237.86 | 0.25 | 0.55 |
| Hex | 71 | 73 | A9 | 21 | 20 | 0 | 22 | EE | 19 | 37 |
| Octal | 161 | 163 | 251 | 41 | 40 | 0 | 42 | 356 | 31 | 67 |
| Binary | 1110001 | 1110011 | 10101001 | 100001 | 100000 | 0 | 100010 | 11101110 | 11001 | 110111 |
Color Harmonies of #7173A9
Complementary color
Monochromatic Colors of #7173A9
Black with #7173A9
Text Example
Text Example
White with #7173A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7173A9; }
p { color: rgb(113,115,169); }
H1.HeaderClassName
{
color: #7173A9;
}
.AnyTagClassName
{
color: #7173A9;
}
</style>
background-color css
<style>
a { background-color: #7173A9; }
a { background-color: rgb(113,115,169); }
div.DivClassName
{
background-color: #7173A9;
}
.BgClassName
{
background-color: #7173A9;
}
</style>
border-color css
<style>
span { border-color: #7173A9; }
span { border-color: rgb(113,115,169); }
td.TdClassName
{
border-color: #7173A9;
}
.TagClassName
{
border-color: #7173A9;
}
</style>