Shades of Chetwode Blue #7574AD
Tints of Chetwode Blue #7574AD
RGB
CMYK
RGB Variations
Color information
#7574AD (or 0x7574AD) is known color: Chetwode Blue. HEX triplet: 75, 74 and AD. RGB value is (117,116,173). Sum of RGB (Red+Green+Blue) = 117+116+173=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 116 (45.70% from 255 or 28.57% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 173 - color contains mainly: blue. Hex color #7574AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7574AD is #8A8B52. Grayscale: #7A7A7A. Windows color (decimal): -9079635 or 11367541. OLE color: 11367541.
HSL color Cylindrical-coordinate representation of color #7574AD: hue angle of 241.05º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7574AD is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 116 | 173 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.32 |
| HSL | 241.05º | 0.26% | 0.57% | - |
| HSV(B) | 241.05º | 0.33% | 0.68% | - |
| XYZ | 21.12 | 19.29 | 42.15 | - |
| YUV | 122.8 | 156.33 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 116 | 173 | 0.32 | 0.33 | 0 | 0.32 | 241.05 | 0.26 | 0.57 |
| Hex | 75 | 74 | AD | 20 | 21 | 0 | 20 | F1 | 1A | 39 |
| Octal | 165 | 164 | 255 | 40 | 41 | 0 | 40 | 361 | 32 | 71 |
| Binary | 1110101 | 1110100 | 10101101 | 100000 | 100001 | 0 | 100000 | 11110001 | 11010 | 111001 |
Color Harmonies of #7574AD
Complementary color
Monochromatic Colors of #7574AD
Black with #7574AD
Text Example
Text Example
White with #7574AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7574AD; }
p { color: rgb(117,116,173); }
H1.HeaderClassName
{
color: #7574AD;
}
.AnyTagClassName
{
color: #7574AD;
}
</style>
background-color css
<style>
a { background-color: #7574AD; }
a { background-color: rgb(117,116,173); }
div.DivClassName
{
background-color: #7574AD;
}
.BgClassName
{
background-color: #7574AD;
}
</style>
border-color css
<style>
span { border-color: #7574AD; }
span { border-color: rgb(117,116,173); }
td.TdClassName
{
border-color: #7574AD;
}
.TagClassName
{
border-color: #7574AD;
}
</style>