Shades of Chetwode Blue #7175BA
Tints of Chetwode Blue #7175BA
RGB
CMYK
RGB Variations
Color information
#7175BA (or 0x7175BA) is known color: Chetwode Blue. HEX triplet: 71, 75 and BA. RGB value is (113,117,186). Sum of RGB (Red+Green+Blue) = 113+117+186=416 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.16% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 186 - color contains mainly: blue. Hex color #7175BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7175BA is #8E8A45. Grayscale: #7B7B7B. Windows color (decimal): -9341510 or 12219761. OLE color: 12219761.
HSL color Cylindrical-coordinate representation of color #7175BA: hue angle of 236.71º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7175BA is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 117 | 186 | - |
| CMYK | 0.39 | 0.37 | 0 | 0.27 |
| HSL | 236.71º | 0.35% | 0.59% | - |
| HSV(B) | 236.71º | 0.39% | 0.73% | - |
| XYZ | 22.03 | 19.78 | 49.11 | - |
| YUV | 123.67 | 163.17 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 117 | 186 | 0.39 | 0.37 | 0 | 0.27 | 236.71 | 0.35 | 0.59 |
| Hex | 71 | 75 | BA | 27 | 25 | 0 | 1B | ED | 23 | 3B |
| Octal | 161 | 165 | 272 | 47 | 45 | 0 | 33 | 355 | 43 | 73 |
| Binary | 1110001 | 1110101 | 10111010 | 100111 | 100101 | 0 | 11011 | 11101101 | 100011 | 111011 |
Color Harmonies of #7175BA
Complementary color
Monochromatic Colors of #7175BA
Black with #7175BA
Text Example
Text Example
White with #7175BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7175BA; }
p { color: rgb(113,117,186); }
H1.HeaderClassName
{
color: #7175BA;
}
.AnyTagClassName
{
color: #7175BA;
}
</style>
background-color css
<style>
a { background-color: #7175BA; }
a { background-color: rgb(113,117,186); }
div.DivClassName
{
background-color: #7175BA;
}
.BgClassName
{
background-color: #7175BA;
}
</style>
border-color css
<style>
span { border-color: #7175BA; }
span { border-color: rgb(113,117,186); }
td.TdClassName
{
border-color: #7175BA;
}
.TagClassName
{
border-color: #7175BA;
}
</style>