Shades of Chetwode Blue #7573BA
Tints of Chetwode Blue #7573BA
RGB
CMYK
RGB Variations
Color information
#7573BA (or 0x7573BA) is known color: Chetwode Blue. HEX triplet: 75, 73 and BA. RGB value is (117,115,186). Sum of RGB (Red+Green+Blue) = 117+115+186=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #7573BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7573BA is #8A8C45. Grayscale: #7B7B7B. Windows color (decimal): -9079878 or 12219253. OLE color: 12219253.
HSL color Cylindrical-coordinate representation of color #7573BA: hue angle of 241.69º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7573BA is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 115 | 186 | - |
| CMYK | 0.37 | 0.38 | 0 | 0.27 |
| HSL | 241.69º | 0.34% | 0.59% | - |
| HSV(B) | 241.69º | 0.38% | 0.73% | - |
| XYZ | 22.33 | 19.59 | 49.06 | - |
| YUV | 123.69 | 163.16 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 115 | 186 | 0.37 | 0.38 | 0 | 0.27 | 241.69 | 0.34 | 0.59 |
| Hex | 75 | 73 | BA | 25 | 26 | 0 | 1B | F2 | 22 | 3B |
| Octal | 165 | 163 | 272 | 45 | 46 | 0 | 33 | 362 | 42 | 73 |
| Binary | 1110101 | 1110011 | 10111010 | 100101 | 100110 | 0 | 11011 | 11110010 | 100010 | 111011 |
Color Harmonies of #7573BA
Complementary color
Monochromatic Colors of #7573BA
Black with #7573BA
Text Example
Text Example
White with #7573BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7573BA; }
p { color: rgb(117,115,186); }
H1.HeaderClassName
{
color: #7573BA;
}
.AnyTagClassName
{
color: #7573BA;
}
</style>
background-color css
<style>
a { background-color: #7573BA; }
a { background-color: rgb(117,115,186); }
div.DivClassName
{
background-color: #7573BA;
}
.BgClassName
{
background-color: #7573BA;
}
</style>
border-color css
<style>
span { border-color: #7573BA; }
span { border-color: rgb(117,115,186); }
td.TdClassName
{
border-color: #7573BA;
}
.TagClassName
{
border-color: #7573BA;
}
</style>