Shades of Chetwode Blue #7177AB
Tints of Chetwode Blue #7177AB
RGB
CMYK
RGB Variations
Color information
#7177AB (or 0x7177AB) is known color: Chetwode Blue. HEX triplet: 71, 77 and AB. RGB value is (113,119,171). Sum of RGB (Red+Green+Blue) = 113+119+171=403 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.04% from 403); Green value is 119 (46.88% from 255 or 29.53% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 171 - color contains mainly: blue. Hex color #7177AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7177AB is #8E8854. Grayscale: #7A7A7A. Windows color (decimal): -9341013 or 11237233. OLE color: 11237233.
HSL color Cylindrical-coordinate representation of color #7177AB: hue angle of 233.79º 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 #7177AB is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 119 | 171 | - |
| CMYK | 0.34 | 0.30 | 0 | 0.33 |
| HSL | 233.79º | 0.26% | 0.56% | - |
| HSV(B) | 233.79º | 0.34% | 0.67% | - |
| XYZ | 20.76 | 19.64 | 41.23 | - |
| YUV | 123.13 | 155.01 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 119 | 171 | 0.34 | 0.30 | 0 | 0.33 | 233.79 | 0.26 | 0.56 |
| Hex | 71 | 77 | AB | 22 | 1E | 0 | 21 | EA | 1A | 38 |
| Octal | 161 | 167 | 253 | 42 | 36 | 0 | 41 | 352 | 32 | 70 |
| Binary | 1110001 | 1110111 | 10101011 | 100010 | 11110 | 0 | 100001 | 11101010 | 11010 | 111000 |
Color Harmonies of #7177AB
Complementary color
Monochromatic Colors of #7177AB
Black with #7177AB
Text Example
Text Example
White with #7177AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7177AB; }
p { color: rgb(113,119,171); }
H1.HeaderClassName
{
color: #7177AB;
}
.AnyTagClassName
{
color: #7177AB;
}
</style>
background-color css
<style>
a { background-color: #7177AB; }
a { background-color: rgb(113,119,171); }
div.DivClassName
{
background-color: #7177AB;
}
.BgClassName
{
background-color: #7177AB;
}
</style>
border-color css
<style>
span { border-color: #7177AB; }
span { border-color: rgb(113,119,171); }
td.TdClassName
{
border-color: #7177AB;
}
.TagClassName
{
border-color: #7177AB;
}
</style>