Shades of Chetwode Blue #7075AA
Tints of Chetwode Blue #7075AA
RGB
CMYK
RGB Variations
Color information
#7075AA (or 0x7075AA) is known color: Chetwode Blue. HEX triplet: 70, 75 and AA. RGB value is (112,117,170). Sum of RGB (Red+Green+Blue) = 112+117+170=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 117 (46.09% from 255 or 29.32% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 170 - color contains mainly: blue. Hex color #7075AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7075AA is #8F8A55. Grayscale: #797979. Windows color (decimal): -9407062 or 11171184. OLE color: 11171184.
HSL color Cylindrical-coordinate representation of color #7075AA: hue angle of 234.83º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7075AA is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 117 | 170 | - |
| CMYK | 0.34 | 0.31 | 0 | 0.33 |
| HSL | 234.83º | 0.25% | 0.55% | - |
| HSV(B) | 234.83º | 0.34% | 0.67% | - |
| XYZ | 20.3 | 19.07 | 40.64 | - |
| YUV | 121.55 | 155.34 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 117 | 170 | 0.34 | 0.31 | 0 | 0.33 | 234.83 | 0.25 | 0.55 |
| Hex | 70 | 75 | AA | 22 | 1F | 0 | 21 | EB | 19 | 37 |
| Octal | 160 | 165 | 252 | 42 | 37 | 0 | 41 | 353 | 31 | 67 |
| Binary | 1110000 | 1110101 | 10101010 | 100010 | 11111 | 0 | 100001 | 11101011 | 11001 | 110111 |
Color Harmonies of #7075AA
Complementary color
Monochromatic Colors of #7075AA
Black with #7075AA
Text Example
Text Example
White with #7075AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7075AA; }
p { color: rgb(112,117,170); }
H1.HeaderClassName
{
color: #7075AA;
}
.AnyTagClassName
{
color: #7075AA;
}
</style>
background-color css
<style>
a { background-color: #7075AA; }
a { background-color: rgb(112,117,170); }
div.DivClassName
{
background-color: #7075AA;
}
.BgClassName
{
background-color: #7075AA;
}
</style>
border-color css
<style>
span { border-color: #7075AA; }
span { border-color: rgb(112,117,170); }
td.TdClassName
{
border-color: #7075AA;
}
.TagClassName
{
border-color: #7075AA;
}
</style>