Shades of Chetwode Blue #7577A1
Tints of Chetwode Blue #7577A1
RGB
CMYK
RGB Variations
Color information
#7577A1 (or 0x7577A1) is known color: Chetwode Blue. HEX triplet: 75, 77 and A1. RGB value is (117,119,161). Sum of RGB (Red+Green+Blue) = 117+119+161=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 119 (46.88% from 255 or 29.97% from 397); Blue value is 161 (63.28% from 255 or 40.55% from 397); Max value from RGB is 161 - color contains mainly: blue. Hex color #7577A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7577A1 is #8A885E. Grayscale: #7B7B7B. Windows color (decimal): -9078879 or 10581877. OLE color: 10581877.
HSL color Cylindrical-coordinate representation of color #7577A1: hue angle of 237.27º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7577A1 is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 117 | 119 | 161 | - |
| CMYK | 0.27 | 0.26 | 0 | 0.37 |
| HSL | 237.27º | 0.19% | 0.55% | - |
| HSV(B) | 237.27º | 0.27% | 0.63% | - |
| XYZ | 20.37 | 19.55 | 36.42 | - |
| YUV | 123.19 | 149.34 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 119 | 161 | 0.27 | 0.26 | 0 | 0.37 | 237.27 | 0.19 | 0.55 |
| Hex | 75 | 77 | A1 | 1B | 1A | 0 | 25 | ED | 13 | 37 |
| Octal | 165 | 167 | 241 | 33 | 32 | 0 | 45 | 355 | 23 | 67 |
| Binary | 1110101 | 1110111 | 10100001 | 11011 | 11010 | 0 | 100101 | 11101101 | 10011 | 110111 |
Color Harmonies of #7577A1
Complementary color
Monochromatic Colors of #7577A1
Black with #7577A1
Text Example
Text Example
White with #7577A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7577A1; }
p { color: rgb(117,119,161); }
H1.HeaderClassName
{
color: #7577A1;
}
.AnyTagClassName
{
color: #7577A1;
}
</style>
background-color css
<style>
a { background-color: #7577A1; }
a { background-color: rgb(117,119,161); }
div.DivClassName
{
background-color: #7577A1;
}
.BgClassName
{
background-color: #7577A1;
}
</style>
border-color css
<style>
span { border-color: #7577A1; }
span { border-color: rgb(117,119,161); }
td.TdClassName
{
border-color: #7577A1;
}
.TagClassName
{
border-color: #7577A1;
}
</style>