Shades of Chetwode Blue #7575AA
Tints of Chetwode Blue #7575AA
RGB
CMYK
RGB Variations
Color information
#7575AA (or 0x7575AA) is known color: Chetwode Blue. HEX triplet: 75, 75 and AA. RGB value is (117,117,170). Sum of RGB (Red+Green+Blue) = 117+117+170=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 170 - color contains mainly: blue. Hex color #7575AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7575AA is #8A8A55. Grayscale: #7A7A7A. Windows color (decimal): -9079382 or 11171189. OLE color: 11171189.
HSL color Cylindrical-coordinate representation of color #7575AA: hue angle of 240º 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 #7575AA is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 117 | 170 | - |
| CMYK | 0.31 | 0.31 | 0 | 0.33 |
| HSL | 240º | 0.24% | 0.56% | - |
| HSV(B) | 240º | 0.31% | 0.67% | - |
| XYZ | 20.95 | 19.41 | 40.67 | - |
| YUV | 123.04 | 154.5 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 117 | 170 | 0.31 | 0.31 | 0 | 0.33 | 240 | 0.24 | 0.56 |
| Hex | 75 | 75 | AA | 1F | 1F | 0 | 21 | F0 | 18 | 38 |
| Octal | 165 | 165 | 252 | 37 | 37 | 0 | 41 | 360 | 30 | 70 |
| Binary | 1110101 | 1110101 | 10101010 | 11111 | 11111 | 0 | 100001 | 11110000 | 11000 | 111000 |
Color Harmonies of #7575AA
Complementary color
Monochromatic Colors of #7575AA
Black with #7575AA
Text Example
Text Example
White with #7575AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7575AA; }
p { color: rgb(117,117,170); }
H1.HeaderClassName
{
color: #7575AA;
}
.AnyTagClassName
{
color: #7575AA;
}
</style>
background-color css
<style>
a { background-color: #7575AA; }
a { background-color: rgb(117,117,170); }
div.DivClassName
{
background-color: #7575AA;
}
.BgClassName
{
background-color: #7575AA;
}
</style>
border-color css
<style>
span { border-color: #7575AA; }
span { border-color: rgb(117,117,170); }
td.TdClassName
{
border-color: #7575AA;
}
.TagClassName
{
border-color: #7575AA;
}
</style>