Shades of Chetwode Blue #7173C0
Tints of Chetwode Blue #7173C0
RGB
CMYK
RGB Variations
Color information
#7173C0 (or 0x7173C0) is known color: Chetwode Blue. HEX triplet: 71, 73 and C0. RGB value is (113,115,192). Sum of RGB (Red+Green+Blue) = 113+115+192=420 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.90% from 420); Green value is 115 (45.31% from 255 or 27.38% from 420); Blue value is 192 (75.39% from 255 or 45.71% from 420); Max value from RGB is 192 - color contains mainly: blue. Hex color #7173C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7173C0 is #8E8C3F. Grayscale: #7A7A7A. Windows color (decimal): -9342016 or 12612465. OLE color: 12612465.
HSL color Cylindrical-coordinate representation of color #7173C0: hue angle of 238.48º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7173C0 is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 115 | 192 | - |
| CMYK | 0.41 | 0.40 | 0 | 0.25 |
| HSL | 238.48º | 0.39% | 0.6% | - |
| HSV(B) | 238.48º | 0.41% | 0.75% | - |
| XYZ | 22.46 | 19.58 | 52.46 | - |
| YUV | 123.18 | 166.84 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 115 | 192 | 0.41 | 0.40 | 0 | 0.25 | 238.48 | 0.39 | 0.6 |
| Hex | 71 | 73 | C0 | 29 | 28 | 0 | 19 | EE | 27 | 3C |
| Octal | 161 | 163 | 300 | 51 | 50 | 0 | 31 | 356 | 47 | 74 |
| Binary | 1110001 | 1110011 | 11000000 | 101001 | 101000 | 0 | 11001 | 11101110 | 100111 | 111100 |
Color Harmonies of #7173C0
Complementary color
Monochromatic Colors of #7173C0
Black with #7173C0
Text Example
Text Example
White with #7173C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7173C0; }
p { color: rgb(113,115,192); }
H1.HeaderClassName
{
color: #7173C0;
}
.AnyTagClassName
{
color: #7173C0;
}
</style>
background-color css
<style>
a { background-color: #7173C0; }
a { background-color: rgb(113,115,192); }
div.DivClassName
{
background-color: #7173C0;
}
.BgClassName
{
background-color: #7173C0;
}
</style>
border-color css
<style>
span { border-color: #7173C0; }
span { border-color: rgb(113,115,192); }
td.TdClassName
{
border-color: #7173C0;
}
.TagClassName
{
border-color: #7173C0;
}
</style>