Shades of Chetwode Blue #7575AB
Tints of Chetwode Blue #7575AB
RGB
CMYK
RGB Variations
Color information
#7575AB (or 0x7575AB) is known color: Chetwode Blue. HEX triplet: 75, 75 and AB. RGB value is (117,117,171). Sum of RGB (Red+Green+Blue) = 117+117+171=405 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.89% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 171 - color contains mainly: blue. Hex color #7575AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7575AB is #8A8A54. Grayscale: #7A7A7A. Windows color (decimal): -9079381 or 11236725. OLE color: 11236725.
HSL color Cylindrical-coordinate representation of color #7575AB: 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.32%. Process color model (Four color, CMYK) of #7575AB is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 117 | 171 | - |
| CMYK | 0.32 | 0.32 | 0 | 0.33 |
| HSL | 240º | 0.24% | 0.56% | - |
| HSV(B) | 240º | 0.32% | 0.67% | - |
| XYZ | 21.05 | 19.44 | 41.17 | - |
| YUV | 123.16 | 155 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 117 | 171 | 0.32 | 0.32 | 0 | 0.33 | 240 | 0.24 | 0.56 |
| Hex | 75 | 75 | AB | 20 | 20 | 0 | 21 | F0 | 18 | 38 |
| Octal | 165 | 165 | 253 | 40 | 40 | 0 | 41 | 360 | 30 | 70 |
| Binary | 1110101 | 1110101 | 10101011 | 100000 | 100000 | 0 | 100001 | 11110000 | 11000 | 111000 |
Color Harmonies of #7575AB
Complementary color
Monochromatic Colors of #7575AB
Black with #7575AB
Text Example
Text Example
White with #7575AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7575AB; }
p { color: rgb(117,117,171); }
H1.HeaderClassName
{
color: #7575AB;
}
.AnyTagClassName
{
color: #7575AB;
}
</style>
background-color css
<style>
a { background-color: #7575AB; }
a { background-color: rgb(117,117,171); }
div.DivClassName
{
background-color: #7575AB;
}
.BgClassName
{
background-color: #7575AB;
}
</style>
border-color css
<style>
span { border-color: #7575AB; }
span { border-color: rgb(117,117,171); }
td.TdClassName
{
border-color: #7575AB;
}
.TagClassName
{
border-color: #7575AB;
}
</style>