Shades of Chetwode Blue #7173BE
Tints of Chetwode Blue #7173BE
RGB
CMYK
RGB Variations
Color information
#7173BE (or 0x7173BE) is known color: Chetwode Blue. HEX triplet: 71, 73 and BE. RGB value is (113,115,190). Sum of RGB (Red+Green+Blue) = 113+115+190=418 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.03% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 190 - color contains mainly: blue. Hex color #7173BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7173BE is #8E8C41. Grayscale: #7A7A7A. Windows color (decimal): -9342018 or 12481393. OLE color: 12481393.
HSL color Cylindrical-coordinate representation of color #7173BE: hue angle of 238.44º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7173BE is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 115 | 190 | - |
| CMYK | 0.41 | 0.39 | 0 | 0.25 |
| HSL | 238.44º | 0.37% | 0.59% | - |
| HSV(B) | 238.44º | 0.41% | 0.75% | - |
| XYZ | 22.24 | 19.49 | 51.31 | - |
| YUV | 122.95 | 165.84 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 115 | 190 | 0.41 | 0.39 | 0 | 0.25 | 238.44 | 0.37 | 0.59 |
| Hex | 71 | 73 | BE | 29 | 27 | 0 | 19 | EE | 25 | 3B |
| Octal | 161 | 163 | 276 | 51 | 47 | 0 | 31 | 356 | 45 | 73 |
| Binary | 1110001 | 1110011 | 10111110 | 101001 | 100111 | 0 | 11001 | 11101110 | 100101 | 111011 |
Color Harmonies of #7173BE
Complementary color
Monochromatic Colors of #7173BE
Black with #7173BE
Text Example
Text Example
White with #7173BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7173BE; }
p { color: rgb(113,115,190); }
H1.HeaderClassName
{
color: #7173BE;
}
.AnyTagClassName
{
color: #7173BE;
}
</style>
background-color css
<style>
a { background-color: #7173BE; }
a { background-color: rgb(113,115,190); }
div.DivClassName
{
background-color: #7173BE;
}
.BgClassName
{
background-color: #7173BE;
}
</style>
border-color css
<style>
span { border-color: #7173BE; }
span { border-color: rgb(113,115,190); }
td.TdClassName
{
border-color: #7173BE;
}
.TagClassName
{
border-color: #7173BE;
}
</style>