Shades of Chetwode Blue #7579A6
Tints of Chetwode Blue #7579A6
RGB
CMYK
RGB Variations
Color information
#7579A6 (or 0x7579A6) is known color: Chetwode Blue. HEX triplet: 75, 79 and A6. RGB value is (117,121,166). Sum of RGB (Red+Green+Blue) = 117+121+166=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 121 (47.66% from 255 or 29.95% from 404); Blue value is 166 (65.23% from 255 or 41.09% from 404); Max value from RGB is 166 - color contains mainly: blue. Hex color #7579A6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7579A6 is #8A8659. Grayscale: #7C7C7C. Windows color (decimal): -9078362 or 10910069. OLE color: 10910069.
HSL color Cylindrical-coordinate representation of color #7579A6: hue angle of 235.1º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7579A6 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 117 | 121 | 166 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.35 |
| HSL | 235.1º | 0.22% | 0.55% | - |
| HSV(B) | 235.1º | 0.3% | 0.65% | - |
| XYZ | 21.06 | 20.21 | 38.87 | - |
| YUV | 124.93 | 151.17 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 121 | 166 | 0.30 | 0.27 | 0 | 0.35 | 235.1 | 0.22 | 0.55 |
| Hex | 75 | 79 | A6 | 1E | 1B | 0 | 23 | EB | 16 | 37 |
| Octal | 165 | 171 | 246 | 36 | 33 | 0 | 43 | 353 | 26 | 67 |
| Binary | 1110101 | 1111001 | 10100110 | 11110 | 11011 | 0 | 100011 | 11101011 | 10110 | 110111 |
Color Harmonies of #7579A6
Complementary color
Monochromatic Colors of #7579A6
Black with #7579A6
Text Example
Text Example
White with #7579A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7579A6; }
p { color: rgb(117,121,166); }
H1.HeaderClassName
{
color: #7579A6;
}
.AnyTagClassName
{
color: #7579A6;
}
</style>
background-color css
<style>
a { background-color: #7579A6; }
a { background-color: rgb(117,121,166); }
div.DivClassName
{
background-color: #7579A6;
}
.BgClassName
{
background-color: #7579A6;
}
</style>
border-color css
<style>
span { border-color: #7579A6; }
span { border-color: rgb(117,121,166); }
td.TdClassName
{
border-color: #7579A6;
}
.TagClassName
{
border-color: #7579A6;
}
</style>