Shades of Chetwode Blue #7079C1
Tints of Chetwode Blue #7079C1
RGB
CMYK
RGB Variations
Color information
#7079C1 (or 0x7079C1) is known color: Chetwode Blue. HEX triplet: 70, 79 and C1. RGB value is (112,121,193). Sum of RGB (Red+Green+Blue) = 112+121+193=426 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.29% from 426); Green value is 121 (47.66% from 255 or 28.40% from 426); Blue value is 193 (75.78% from 255 or 45.31% from 426); Max value from RGB is 193 - color contains mainly: blue. Hex color #7079C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7079C1 is #8F863E. Grayscale: #7E7E7E. Windows color (decimal): -9406015 or 12679536. OLE color: 12679536.
HSL color Cylindrical-coordinate representation of color #7079C1: hue angle of 233.33º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7079C1 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 121 | 193 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.24 |
| HSL | 233.33º | 0.4% | 0.6% | - |
| HSV(B) | 233.33º | 0.42% | 0.76% | - |
| XYZ | 23.15 | 20.97 | 53.28 | - |
| YUV | 126.52 | 165.52 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 121 | 193 | 0.42 | 0.37 | 0 | 0.24 | 233.33 | 0.4 | 0.6 |
| Hex | 70 | 79 | C1 | 2A | 25 | 0 | 18 | E9 | 28 | 3C |
| Octal | 160 | 171 | 301 | 52 | 45 | 0 | 30 | 351 | 50 | 74 |
| Binary | 1110000 | 1111001 | 11000001 | 101010 | 100101 | 0 | 11000 | 11101001 | 101000 | 111100 |
Color Harmonies of #7079C1
Complementary color
Monochromatic Colors of #7079C1
Black with #7079C1
Text Example
Text Example
White with #7079C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7079C1; }
p { color: rgb(112,121,193); }
H1.HeaderClassName
{
color: #7079C1;
}
.AnyTagClassName
{
color: #7079C1;
}
</style>
background-color css
<style>
a { background-color: #7079C1; }
a { background-color: rgb(112,121,193); }
div.DivClassName
{
background-color: #7079C1;
}
.BgClassName
{
background-color: #7079C1;
}
</style>
border-color css
<style>
span { border-color: #7079C1; }
span { border-color: rgb(112,121,193); }
td.TdClassName
{
border-color: #7079C1;
}
.TagClassName
{
border-color: #7079C1;
}
</style>