Shades of Chetwode Blue #7178AB
Tints of Chetwode Blue #7178AB
RGB
CMYK
RGB Variations
Color information
#7178AB (or 0x7178AB) is known color: Chetwode Blue. HEX triplet: 71, 78 and AB. RGB value is (113,120,171). Sum of RGB (Red+Green+Blue) = 113+120+171=404 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.97% from 404); Green value is 120 (47.27% from 255 or 29.70% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 171 - color contains mainly: blue. Hex color #7178AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7178AB is #8E8754. Grayscale: #7B7B7B. Windows color (decimal): -9340757 or 11237489. OLE color: 11237489.
HSL color Cylindrical-coordinate representation of color #7178AB: hue angle of 232.76º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7178AB is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 120 | 171 | - |
| CMYK | 0.34 | 0.30 | 0 | 0.33 |
| HSL | 232.76º | 0.26% | 0.56% | - |
| HSV(B) | 232.76º | 0.34% | 0.67% | - |
| XYZ | 20.88 | 19.88 | 41.27 | - |
| YUV | 123.72 | 154.68 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 120 | 171 | 0.34 | 0.30 | 0 | 0.33 | 232.76 | 0.26 | 0.56 |
| Hex | 71 | 78 | AB | 22 | 1E | 0 | 21 | E9 | 1A | 38 |
| Octal | 161 | 170 | 253 | 42 | 36 | 0 | 41 | 351 | 32 | 70 |
| Binary | 1110001 | 1111000 | 10101011 | 100010 | 11110 | 0 | 100001 | 11101001 | 11010 | 111000 |
Color Harmonies of #7178AB
Complementary color
Monochromatic Colors of #7178AB
Black with #7178AB
Text Example
Text Example
White with #7178AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7178AB; }
p { color: rgb(113,120,171); }
H1.HeaderClassName
{
color: #7178AB;
}
.AnyTagClassName
{
color: #7178AB;
}
</style>
background-color css
<style>
a { background-color: #7178AB; }
a { background-color: rgb(113,120,171); }
div.DivClassName
{
background-color: #7178AB;
}
.BgClassName
{
background-color: #7178AB;
}
</style>
border-color css
<style>
span { border-color: #7178AB; }
span { border-color: rgb(113,120,171); }
td.TdClassName
{
border-color: #7178AB;
}
.TagClassName
{
border-color: #7178AB;
}
</style>