Shades of Chetwode Blue #7174C0
Tints of Chetwode Blue #7174C0
RGB
CMYK
RGB Variations
Color information
#7174C0 (or 0x7174C0) is known color: Chetwode Blue. HEX triplet: 71, 74 and C0. RGB value is (113,116,192). Sum of RGB (Red+Green+Blue) = 113+116+192=421 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.84% from 421); Green value is 116 (45.70% from 255 or 27.55% from 421); Blue value is 192 (75.39% from 255 or 45.61% from 421); Max value from RGB is 192 - color contains mainly: blue. Hex color #7174C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7174C0 is #8E8B3F. Grayscale: #7B7B7B. Windows color (decimal): -9341760 or 12612721. OLE color: 12612721.
HSL color Cylindrical-coordinate representation of color #7174C0: hue angle of 237.72º 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 #7174C0 is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 116 | 192 | - |
| CMYK | 0.41 | 0.40 | 0 | 0.25 |
| HSL | 237.72º | 0.39% | 0.6% | - |
| HSV(B) | 237.72º | 0.41% | 0.75% | - |
| XYZ | 22.57 | 19.81 | 52.5 | - |
| YUV | 123.77 | 166.51 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 116 | 192 | 0.41 | 0.40 | 0 | 0.25 | 237.72 | 0.39 | 0.6 |
| Hex | 71 | 74 | C0 | 29 | 28 | 0 | 19 | EE | 27 | 3C |
| Octal | 161 | 164 | 300 | 51 | 50 | 0 | 31 | 356 | 47 | 74 |
| Binary | 1110001 | 1110100 | 11000000 | 101001 | 101000 | 0 | 11001 | 11101110 | 100111 | 111100 |
Color Harmonies of #7174C0
Complementary color
Monochromatic Colors of #7174C0
Black with #7174C0
Text Example
Text Example
White with #7174C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7174C0; }
p { color: rgb(113,116,192); }
H1.HeaderClassName
{
color: #7174C0;
}
.AnyTagClassName
{
color: #7174C0;
}
</style>
background-color css
<style>
a { background-color: #7174C0; }
a { background-color: rgb(113,116,192); }
div.DivClassName
{
background-color: #7174C0;
}
.BgClassName
{
background-color: #7174C0;
}
</style>
border-color css
<style>
span { border-color: #7174C0; }
span { border-color: rgb(113,116,192); }
td.TdClassName
{
border-color: #7174C0;
}
.TagClassName
{
border-color: #7174C0;
}
</style>