Shades of Chetwode Blue #7578AA
Tints of Chetwode Blue #7578AA
RGB
CMYK
RGB Variations
Color information
#7578AA (or 0x7578AA) is known color: Chetwode Blue. HEX triplet: 75, 78 and AA. RGB value is (117,120,170). Sum of RGB (Red+Green+Blue) = 117+120+170=407 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.75% from 407); Green value is 120 (47.27% from 255 or 29.48% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 170 - color contains mainly: blue. Hex color #7578AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7578AA is #8A8755. Grayscale: #7C7C7C. Windows color (decimal): -9078614 or 11171957. OLE color: 11171957.
HSL color Cylindrical-coordinate representation of color #7578AA: hue angle of 236.6º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7578AA is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 120 | 170 | - |
| CMYK | 0.31 | 0.29 | 0 | 0.33 |
| HSL | 236.6º | 0.24% | 0.56% | - |
| HSV(B) | 236.6º | 0.31% | 0.67% | - |
| XYZ | 21.31 | 20.12 | 40.79 | - |
| YUV | 124.8 | 153.51 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 120 | 170 | 0.31 | 0.29 | 0 | 0.33 | 236.6 | 0.24 | 0.56 |
| Hex | 75 | 78 | AA | 1F | 1D | 0 | 21 | ED | 18 | 38 |
| Octal | 165 | 170 | 252 | 37 | 35 | 0 | 41 | 355 | 30 | 70 |
| Binary | 1110101 | 1111000 | 10101010 | 11111 | 11101 | 0 | 100001 | 11101101 | 11000 | 111000 |
Color Harmonies of #7578AA
Complementary color
Monochromatic Colors of #7578AA
Black with #7578AA
Text Example
Text Example
White with #7578AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7578AA; }
p { color: rgb(117,120,170); }
H1.HeaderClassName
{
color: #7578AA;
}
.AnyTagClassName
{
color: #7578AA;
}
</style>
background-color css
<style>
a { background-color: #7578AA; }
a { background-color: rgb(117,120,170); }
div.DivClassName
{
background-color: #7578AA;
}
.BgClassName
{
background-color: #7578AA;
}
</style>
border-color css
<style>
span { border-color: #7578AA; }
span { border-color: rgb(117,120,170); }
td.TdClassName
{
border-color: #7578AA;
}
.TagClassName
{
border-color: #7578AA;
}
</style>