Shades of Chetwode Blue #7572BA
Tints of Chetwode Blue #7572BA
RGB
CMYK
RGB Variations
Color information
#7572BA (or 0x7572BA) is known color: Chetwode Blue. HEX triplet: 75, 72 and BA. RGB value is (117,114,186). Sum of RGB (Red+Green+Blue) = 117+114+186=417 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.06% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #7572BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7572BA is #8A8D45. Grayscale: #7A7A7A. Windows color (decimal): -9080134 or 12218997. OLE color: 12218997.
HSL color Cylindrical-coordinate representation of color #7572BA: hue angle of 242.5º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7572BA is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 114 | 186 | - |
| CMYK | 0.37 | 0.39 | 0 | 0.27 |
| HSL | 242.5º | 0.34% | 0.59% | - |
| HSV(B) | 242.5º | 0.39% | 0.73% | - |
| XYZ | 22.22 | 19.36 | 49.02 | - |
| YUV | 123.11 | 163.49 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 114 | 186 | 0.37 | 0.39 | 0 | 0.27 | 242.5 | 0.34 | 0.59 |
| Hex | 75 | 72 | BA | 25 | 27 | 0 | 1B | F2 | 22 | 3B |
| Octal | 165 | 162 | 272 | 45 | 47 | 0 | 33 | 362 | 42 | 73 |
| Binary | 1110101 | 1110010 | 10111010 | 100101 | 100111 | 0 | 11011 | 11110010 | 100010 | 111011 |
Color Harmonies of #7572BA
Complementary color
Monochromatic Colors of #7572BA
Black with #7572BA
Text Example
Text Example
White with #7572BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7572BA; }
p { color: rgb(117,114,186); }
H1.HeaderClassName
{
color: #7572BA;
}
.AnyTagClassName
{
color: #7572BA;
}
</style>
background-color css
<style>
a { background-color: #7572BA; }
a { background-color: rgb(117,114,186); }
div.DivClassName
{
background-color: #7572BA;
}
.BgClassName
{
background-color: #7572BA;
}
</style>
border-color css
<style>
span { border-color: #7572BA; }
span { border-color: rgb(117,114,186); }
td.TdClassName
{
border-color: #7572BA;
}
.TagClassName
{
border-color: #7572BA;
}
</style>