Shades of Chetwode Blue #7173AD
Tints of Chetwode Blue #7173AD
RGB
CMYK
RGB Variations
Color information
#7173AD (or 0x7173AD) is known color: Chetwode Blue. HEX triplet: 71, 73 and AD. RGB value is (113,115,173). Sum of RGB (Red+Green+Blue) = 113+115+173=401 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.18% from 401); Green value is 115 (45.31% from 255 or 28.68% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 173 - color contains mainly: blue. Hex color #7173AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7173AD is #8E8C52. Grayscale: #787878. Windows color (decimal): -9342035 or 11367281. OLE color: 11367281.
HSL color Cylindrical-coordinate representation of color #7173AD: hue angle of 238º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7173AD is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 113 | 115 | 173 | - |
| CMYK | 0.35 | 0.34 | 0 | 0.32 |
| HSL | 238º | 0.27% | 0.56% | - |
| HSV(B) | 238º | 0.35% | 0.68% | - |
| XYZ | 20.48 | 18.79 | 42.08 | - |
| YUV | 121.01 | 157.34 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 115 | 173 | 0.35 | 0.34 | 0 | 0.32 | 238 | 0.27 | 0.56 |
| Hex | 71 | 73 | AD | 23 | 22 | 0 | 20 | EE | 1B | 38 |
| Octal | 161 | 163 | 255 | 43 | 42 | 0 | 40 | 356 | 33 | 70 |
| Binary | 1110001 | 1110011 | 10101101 | 100011 | 100010 | 0 | 100000 | 11101110 | 11011 | 111000 |
Color Harmonies of #7173AD
Complementary color
Monochromatic Colors of #7173AD
Black with #7173AD
Text Example
Text Example
White with #7173AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7173AD; }
p { color: rgb(113,115,173); }
H1.HeaderClassName
{
color: #7173AD;
}
.AnyTagClassName
{
color: #7173AD;
}
</style>
background-color css
<style>
a { background-color: #7173AD; }
a { background-color: rgb(113,115,173); }
div.DivClassName
{
background-color: #7173AD;
}
.BgClassName
{
background-color: #7173AD;
}
</style>
border-color css
<style>
span { border-color: #7173AD; }
span { border-color: rgb(113,115,173); }
td.TdClassName
{
border-color: #7173AD;
}
.TagClassName
{
border-color: #7173AD;
}
</style>