Shades of Chetwode Blue #7179C1
Tints of Chetwode Blue #7179C1
RGB
CMYK
RGB Variations
Color information
#7179C1 (or 0x7179C1) is known color: Chetwode Blue. HEX triplet: 71, 79 and C1. RGB value is (113,121,193). Sum of RGB (Red+Green+Blue) = 113+121+193=427 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.46% from 427); Green value is 121 (47.66% from 255 or 28.34% from 427); Blue value is 193 (75.78% from 255 or 45.20% from 427); Max value from RGB is 193 - color contains mainly: blue. Hex color #7179C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7179C1 is #8E863E. Grayscale: #7E7E7E. Windows color (decimal): -9340479 or 12679537. OLE color: 12679537.
HSL color Cylindrical-coordinate representation of color #7179C1: hue angle of 234º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7179C1 is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 121 | 193 | - |
| CMYK | 0.41 | 0.37 | 0 | 0.24 |
| HSL | 234º | 0.39% | 0.6% | - |
| HSV(B) | 234º | 0.41% | 0.76% | - |
| XYZ | 23.27 | 21.04 | 53.29 | - |
| YUV | 126.82 | 165.35 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 121 | 193 | 0.41 | 0.37 | 0 | 0.24 | 234 | 0.39 | 0.6 |
| Hex | 71 | 79 | C1 | 29 | 25 | 0 | 18 | EA | 27 | 3C |
| Octal | 161 | 171 | 301 | 51 | 45 | 0 | 30 | 352 | 47 | 74 |
| Binary | 1110001 | 1111001 | 11000001 | 101001 | 100101 | 0 | 11000 | 11101010 | 100111 | 111100 |
Color Harmonies of #7179C1
Complementary color
Monochromatic Colors of #7179C1
Black with #7179C1
Text Example
Text Example
White with #7179C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7179C1; }
p { color: rgb(113,121,193); }
H1.HeaderClassName
{
color: #7179C1;
}
.AnyTagClassName
{
color: #7179C1;
}
</style>
background-color css
<style>
a { background-color: #7179C1; }
a { background-color: rgb(113,121,193); }
div.DivClassName
{
background-color: #7179C1;
}
.BgClassName
{
background-color: #7179C1;
}
</style>
border-color css
<style>
span { border-color: #7179C1; }
span { border-color: rgb(113,121,193); }
td.TdClassName
{
border-color: #7179C1;
}
.TagClassName
{
border-color: #7179C1;
}
</style>