Shades of Chetwode Blue #7175AC
Tints of Chetwode Blue #7175AC
RGB
CMYK
RGB Variations
Color information
#7175AC (or 0x7175AC) is known color: Chetwode Blue. HEX triplet: 71, 75 and AC. RGB value is (113,117,172). Sum of RGB (Red+Green+Blue) = 113+117+172=402 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.11% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 172 - color contains mainly: blue. Hex color #7175AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7175AC is #8E8A53. Grayscale: #797979. Windows color (decimal): -9341524 or 11302257. OLE color: 11302257.
HSL color Cylindrical-coordinate representation of color #7175AC: hue angle of 235.93º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7175AC is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 117 | 172 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.33 |
| HSL | 235.93º | 0.26% | 0.56% | - |
| HSV(B) | 235.93º | 0.34% | 0.67% | - |
| XYZ | 20.62 | 19.21 | 41.65 | - |
| YUV | 122.07 | 156.17 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 117 | 172 | 0.34 | 0.32 | 0 | 0.33 | 235.93 | 0.26 | 0.56 |
| Hex | 71 | 75 | AC | 22 | 20 | 0 | 21 | EC | 1A | 38 |
| Octal | 161 | 165 | 254 | 42 | 40 | 0 | 41 | 354 | 32 | 70 |
| Binary | 1110001 | 1110101 | 10101100 | 100010 | 100000 | 0 | 100001 | 11101100 | 11010 | 111000 |
Color Harmonies of #7175AC
Complementary color
Monochromatic Colors of #7175AC
Black with #7175AC
Text Example
Text Example
White with #7175AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7175AC; }
p { color: rgb(113,117,172); }
H1.HeaderClassName
{
color: #7175AC;
}
.AnyTagClassName
{
color: #7175AC;
}
</style>
background-color css
<style>
a { background-color: #7175AC; }
a { background-color: rgb(113,117,172); }
div.DivClassName
{
background-color: #7175AC;
}
.BgClassName
{
background-color: #7175AC;
}
</style>
border-color css
<style>
span { border-color: #7175AC; }
span { border-color: rgb(113,117,172); }
td.TdClassName
{
border-color: #7175AC;
}
.TagClassName
{
border-color: #7175AC;
}
</style>