Shades of Chetwode Blue #7173B9
Tints of Chetwode Blue #7173B9
RGB
CMYK
RGB Variations
Color information
#7173B9 (or 0x7173B9) is known color: Chetwode Blue. HEX triplet: 71, 73 and B9. RGB value is (113,115,185). Sum of RGB (Red+Green+Blue) = 113+115+185=413 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.36% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 185 (72.66% from 255 or 44.79% from 413); Max value from RGB is 185 - color contains mainly: blue. Hex color #7173B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7173B9 is #8E8C46. Grayscale: #7A7A7A. Windows color (decimal): -9342023 or 12153713. OLE color: 12153713.
HSL color Cylindrical-coordinate representation of color #7173B9: hue angle of 238.33º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7173B9 is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 115 | 185 | - |
| CMYK | 0.39 | 0.38 | 0 | 0.27 |
| HSL | 238.33º | 0.34% | 0.58% | - |
| HSV(B) | 238.33º | 0.39% | 0.73% | - |
| XYZ | 21.7 | 19.27 | 48.48 | - |
| YUV | 122.38 | 163.34 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 115 | 185 | 0.39 | 0.38 | 0 | 0.27 | 238.33 | 0.34 | 0.58 |
| Hex | 71 | 73 | B9 | 27 | 26 | 0 | 1B | EE | 22 | 3A |
| Octal | 161 | 163 | 271 | 47 | 46 | 0 | 33 | 356 | 42 | 72 |
| Binary | 1110001 | 1110011 | 10111001 | 100111 | 100110 | 0 | 11011 | 11101110 | 100010 | 111010 |
Color Harmonies of #7173B9
Complementary color
Monochromatic Colors of #7173B9
Black with #7173B9
Text Example
Text Example
White with #7173B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7173B9; }
p { color: rgb(113,115,185); }
H1.HeaderClassName
{
color: #7173B9;
}
.AnyTagClassName
{
color: #7173B9;
}
</style>
background-color css
<style>
a { background-color: #7173B9; }
a { background-color: rgb(113,115,185); }
div.DivClassName
{
background-color: #7173B9;
}
.BgClassName
{
background-color: #7173B9;
}
</style>
border-color css
<style>
span { border-color: #7173B9; }
span { border-color: rgb(113,115,185); }
td.TdClassName
{
border-color: #7173B9;
}
.TagClassName
{
border-color: #7173B9;
}
</style>