Shades of Chetwode Blue #7174AF
Tints of Chetwode Blue #7174AF
RGB
CMYK
RGB Variations
Color information
#7174AF (or 0x7174AF) is known color: Chetwode Blue. HEX triplet: 71, 74 and AF. RGB value is (113,116,175). Sum of RGB (Red+Green+Blue) = 113+116+175=404 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.97% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 175 - color contains mainly: blue. Hex color #7174AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7174AF is #8E8B50. Grayscale: #797979. Windows color (decimal): -9341777 or 11498609. OLE color: 11498609.
HSL color Cylindrical-coordinate representation of color #7174AF: hue angle of 237.1º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7174AF is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 113 | 116 | 175 | - |
| CMYK | 0.35 | 0.34 | 0 | 0.31 |
| HSL | 237.1º | 0.28% | 0.56% | - |
| HSV(B) | 237.1º | 0.35% | 0.69% | - |
| XYZ | 20.79 | 19.1 | 43.15 | - |
| YUV | 121.83 | 158.01 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 116 | 175 | 0.35 | 0.34 | 0 | 0.31 | 237.1 | 0.28 | 0.56 |
| Hex | 71 | 74 | AF | 23 | 22 | 0 | 1F | ED | 1C | 38 |
| Octal | 161 | 164 | 257 | 43 | 42 | 0 | 37 | 355 | 34 | 70 |
| Binary | 1110001 | 1110100 | 10101111 | 100011 | 100010 | 0 | 11111 | 11101101 | 11100 | 111000 |
Color Harmonies of #7174AF
Complementary color
Monochromatic Colors of #7174AF
Black with #7174AF
Text Example
Text Example
White with #7174AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7174AF; }
p { color: rgb(113,116,175); }
H1.HeaderClassName
{
color: #7174AF;
}
.AnyTagClassName
{
color: #7174AF;
}
</style>
background-color css
<style>
a { background-color: #7174AF; }
a { background-color: rgb(113,116,175); }
div.DivClassName
{
background-color: #7174AF;
}
.BgClassName
{
background-color: #7174AF;
}
</style>
border-color css
<style>
span { border-color: #7174AF; }
span { border-color: rgb(113,116,175); }
td.TdClassName
{
border-color: #7174AF;
}
.TagClassName
{
border-color: #7174AF;
}
</style>