Shades of Chetwode Blue #716DBD
Tints of Chetwode Blue #716DBD
RGB
CMYK
RGB Variations
Color information
#716DBD (or 0x716DBD) is known color: Chetwode Blue. HEX triplet: 71, 6D and BD. RGB value is (113,109,189). Sum of RGB (Red+Green+Blue) = 113+109+189=411 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.49% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 189 - color contains mainly: blue. Hex color #716DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716DBD is #8E9242. Grayscale: #777777. Windows color (decimal): -9343555 or 12414321. OLE color: 12414321.
HSL color Cylindrical-coordinate representation of color #716DBD: hue angle of 243º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #716DBD is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 109 | 189 | - |
| CMYK | 0.40 | 0.42 | 0 | 0.26 |
| HSL | 243º | 0.38% | 0.58% | - |
| HSV(B) | 243º | 0.42% | 0.74% | - |
| XYZ | 21.46 | 18.12 | 50.51 | - |
| YUV | 119.32 | 167.33 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 109 | 189 | 0.40 | 0.42 | 0 | 0.26 | 243 | 0.38 | 0.58 |
| Hex | 71 | 6D | BD | 28 | 2A | 0 | 1A | F3 | 26 | 3A |
| Octal | 161 | 155 | 275 | 50 | 52 | 0 | 32 | 363 | 46 | 72 |
| Binary | 1110001 | 1101101 | 10111101 | 101000 | 101010 | 0 | 11010 | 11110011 | 100110 | 111010 |
Color Harmonies of #716DBD
Complementary color
Monochromatic Colors of #716DBD
Black with #716DBD
Text Example
Text Example
White with #716DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716DBD; }
p { color: rgb(113,109,189); }
H1.HeaderClassName
{
color: #716DBD;
}
.AnyTagClassName
{
color: #716DBD;
}
</style>
background-color css
<style>
a { background-color: #716DBD; }
a { background-color: rgb(113,109,189); }
div.DivClassName
{
background-color: #716DBD;
}
.BgClassName
{
background-color: #716DBD;
}
</style>
border-color css
<style>
span { border-color: #716DBD; }
span { border-color: rgb(113,109,189); }
td.TdClassName
{
border-color: #716DBD;
}
.TagClassName
{
border-color: #716DBD;
}
</style>