Shades of Chetwode Blue #7175C0
Tints of Chetwode Blue #7175C0
RGB
CMYK
RGB Variations
Color information
#7175C0 (or 0x7175C0) is known color: Chetwode Blue. HEX triplet: 71, 75 and C0. RGB value is (113,117,192). Sum of RGB (Red+Green+Blue) = 113+117+192=422 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.78% from 422); Green value is 117 (46.09% from 255 or 27.73% from 422); Blue value is 192 (75.39% from 255 or 45.50% from 422); Max value from RGB is 192 - color contains mainly: blue. Hex color #7175C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7175C0 is #8E8A3F. Grayscale: #7C7C7C. Windows color (decimal): -9341504 or 12612977. OLE color: 12612977.
HSL color Cylindrical-coordinate representation of color #7175C0: hue angle of 236.96º 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 #7175C0 is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 117 | 192 | - |
| CMYK | 0.41 | 0.39 | 0 | 0.25 |
| HSL | 236.96º | 0.39% | 0.6% | - |
| HSV(B) | 236.96º | 0.41% | 0.75% | - |
| XYZ | 22.69 | 20.04 | 52.54 | - |
| YUV | 124.35 | 166.17 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 117 | 192 | 0.41 | 0.39 | 0 | 0.25 | 236.96 | 0.39 | 0.6 |
| Hex | 71 | 75 | C0 | 29 | 27 | 0 | 19 | ED | 27 | 3C |
| Octal | 161 | 165 | 300 | 51 | 47 | 0 | 31 | 355 | 47 | 74 |
| Binary | 1110001 | 1110101 | 11000000 | 101001 | 100111 | 0 | 11001 | 11101101 | 100111 | 111100 |
Color Harmonies of #7175C0
Complementary color
Monochromatic Colors of #7175C0
Black with #7175C0
Text Example
Text Example
White with #7175C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7175C0; }
p { color: rgb(113,117,192); }
H1.HeaderClassName
{
color: #7175C0;
}
.AnyTagClassName
{
color: #7175C0;
}
</style>
background-color css
<style>
a { background-color: #7175C0; }
a { background-color: rgb(113,117,192); }
div.DivClassName
{
background-color: #7175C0;
}
.BgClassName
{
background-color: #7175C0;
}
</style>
border-color css
<style>
span { border-color: #7175C0; }
span { border-color: rgb(113,117,192); }
td.TdClassName
{
border-color: #7175C0;
}
.TagClassName
{
border-color: #7175C0;
}
</style>