Shades of Chetwode Blue #7075AB
Tints of Chetwode Blue #7075AB
RGB
CMYK
RGB Variations
Color information
#7075AB (or 0x7075AB) is known color: Chetwode Blue. HEX triplet: 70, 75 and AB. RGB value is (112,117,171). Sum of RGB (Red+Green+Blue) = 112+117+171=400 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 171 - color contains mainly: blue. Hex color #7075AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7075AB is #8F8A54. Grayscale: #797979. Windows color (decimal): -9407061 or 11236720. OLE color: 11236720.
HSL color Cylindrical-coordinate representation of color #7075AB: hue angle of 234.92º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7075AB is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 117 | 171 | - |
| CMYK | 0.35 | 0.32 | 0 | 0.33 |
| HSL | 234.92º | 0.26% | 0.55% | - |
| HSV(B) | 234.92º | 0.35% | 0.67% | - |
| XYZ | 20.39 | 19.11 | 41.14 | - |
| YUV | 121.66 | 155.84 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 117 | 171 | 0.35 | 0.32 | 0 | 0.33 | 234.92 | 0.26 | 0.55 |
| Hex | 70 | 75 | AB | 23 | 20 | 0 | 21 | EB | 1A | 37 |
| Octal | 160 | 165 | 253 | 43 | 40 | 0 | 41 | 353 | 32 | 67 |
| Binary | 1110000 | 1110101 | 10101011 | 100011 | 100000 | 0 | 100001 | 11101011 | 11010 | 110111 |
Color Harmonies of #7075AB
Complementary color
Monochromatic Colors of #7075AB
Black with #7075AB
Text Example
Text Example
White with #7075AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7075AB; }
p { color: rgb(112,117,171); }
H1.HeaderClassName
{
color: #7075AB;
}
.AnyTagClassName
{
color: #7075AB;
}
</style>
background-color css
<style>
a { background-color: #7075AB; }
a { background-color: rgb(112,117,171); }
div.DivClassName
{
background-color: #7075AB;
}
.BgClassName
{
background-color: #7075AB;
}
</style>
border-color css
<style>
span { border-color: #7075AB; }
span { border-color: rgb(112,117,171); }
td.TdClassName
{
border-color: #7075AB;
}
.TagClassName
{
border-color: #7075AB;
}
</style>