Shades of Chetwode Blue #7178AC
Tints of Chetwode Blue #7178AC
RGB
CMYK
RGB Variations
Color information
#7178AC (or 0x7178AC) is known color: Chetwode Blue. HEX triplet: 71, 78 and AC. RGB value is (113,120,172). Sum of RGB (Red+Green+Blue) = 113+120+172=405 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.90% from 405); Green value is 120 (47.27% from 255 or 29.63% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 172 - color contains mainly: blue. Hex color #7178AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7178AC is #8E8753. Grayscale: #7B7B7B. Windows color (decimal): -9340756 or 11303025. OLE color: 11303025.
HSL color Cylindrical-coordinate representation of color #7178AC: hue angle of 232.88º 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 #7178AC is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 120 | 172 | - |
| CMYK | 0.34 | 0.30 | 0 | 0.33 |
| HSL | 232.88º | 0.26% | 0.56% | - |
| HSV(B) | 232.88º | 0.34% | 0.67% | - |
| XYZ | 20.97 | 19.92 | 41.77 | - |
| YUV | 123.84 | 155.18 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 120 | 172 | 0.34 | 0.30 | 0 | 0.33 | 232.88 | 0.26 | 0.56 |
| Hex | 71 | 78 | AC | 22 | 1E | 0 | 21 | E9 | 1A | 38 |
| Octal | 161 | 170 | 254 | 42 | 36 | 0 | 41 | 351 | 32 | 70 |
| Binary | 1110001 | 1111000 | 10101100 | 100010 | 11110 | 0 | 100001 | 11101001 | 11010 | 111000 |
Color Harmonies of #7178AC
Complementary color
Monochromatic Colors of #7178AC
Black with #7178AC
Text Example
Text Example
White with #7178AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7178AC; }
p { color: rgb(113,120,172); }
H1.HeaderClassName
{
color: #7178AC;
}
.AnyTagClassName
{
color: #7178AC;
}
</style>
background-color css
<style>
a { background-color: #7178AC; }
a { background-color: rgb(113,120,172); }
div.DivClassName
{
background-color: #7178AC;
}
.BgClassName
{
background-color: #7178AC;
}
</style>
border-color css
<style>
span { border-color: #7178AC; }
span { border-color: rgb(113,120,172); }
td.TdClassName
{
border-color: #7178AC;
}
.TagClassName
{
border-color: #7178AC;
}
</style>