Shades of Chetwode Blue #7572B6
Tints of Chetwode Blue #7572B6
RGB
CMYK
RGB Variations
Color information
#7572B6 (or 0x7572B6) is known color: Chetwode Blue. HEX triplet: 75, 72 and B6. RGB value is (117,114,182). Sum of RGB (Red+Green+Blue) = 117+114+182=413 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.33% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 182 (71.48% from 255 or 44.07% from 413); Max value from RGB is 182 - color contains mainly: blue. Hex color #7572B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7572B6 is #8A8D49. Grayscale: #7A7A7A. Windows color (decimal): -9080138 or 11956853. OLE color: 11956853.
HSL color Cylindrical-coordinate representation of color #7572B6: hue angle of 242.65º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7572B6 is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 117 | 114 | 182 | - |
| CMYK | 0.36 | 0.37 | 0 | 0.29 |
| HSL | 242.65º | 0.32% | 0.58% | - |
| HSV(B) | 242.65º | 0.37% | 0.71% | - |
| XYZ | 21.8 | 19.19 | 46.81 | - |
| YUV | 122.65 | 161.49 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 114 | 182 | 0.36 | 0.37 | 0 | 0.29 | 242.65 | 0.32 | 0.58 |
| Hex | 75 | 72 | B6 | 24 | 25 | 0 | 1D | F3 | 20 | 3A |
| Octal | 165 | 162 | 266 | 44 | 45 | 0 | 35 | 363 | 40 | 72 |
| Binary | 1110101 | 1110010 | 10110110 | 100100 | 100101 | 0 | 11101 | 11110011 | 100000 | 111010 |
Color Harmonies of #7572B6
Complementary color
Monochromatic Colors of #7572B6
Black with #7572B6
Text Example
Text Example
White with #7572B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7572B6; }
p { color: rgb(117,114,182); }
H1.HeaderClassName
{
color: #7572B6;
}
.AnyTagClassName
{
color: #7572B6;
}
</style>
background-color css
<style>
a { background-color: #7572B6; }
a { background-color: rgb(117,114,182); }
div.DivClassName
{
background-color: #7572B6;
}
.BgClassName
{
background-color: #7572B6;
}
</style>
border-color css
<style>
span { border-color: #7572B6; }
span { border-color: rgb(117,114,182); }
td.TdClassName
{
border-color: #7572B6;
}
.TagClassName
{
border-color: #7572B6;
}
</style>