Shades of Chetwode Blue #71759F
Tints of Chetwode Blue #71759F
RGB
CMYK
RGB Variations
Color information
#71759F (or 0x71759F) is known color: Chetwode Blue. HEX triplet: 71, 75 and 9F. RGB value is (113,117,159). Sum of RGB (Red+Green+Blue) = 113+117+159=389 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.05% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 159 (62.5% from 255 or 40.87% from 389); Max value from RGB is 159 - color contains mainly: blue. Hex color #71759F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71759F is #8E8A60. Grayscale: #787878. Windows color (decimal): -9341537 or 10450289. OLE color: 10450289.
HSL color Cylindrical-coordinate representation of color #71759F: hue angle of 234.78º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #71759F is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 117 | 159 | - |
| CMYK | 0.29 | 0.26 | 0 | 0.38 |
| HSL | 234.78º | 0.19% | 0.53% | - |
| HSV(B) | 234.78º | 0.29% | 0.62% | - |
| XYZ | 19.43 | 18.74 | 35.39 | - |
| YUV | 120.59 | 149.67 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 117 | 159 | 0.29 | 0.26 | 0 | 0.38 | 234.78 | 0.19 | 0.53 |
| Hex | 71 | 75 | 9F | 1D | 1A | 0 | 26 | EB | 13 | 35 |
| Octal | 161 | 165 | 237 | 35 | 32 | 0 | 46 | 353 | 23 | 65 |
| Binary | 1110001 | 1110101 | 10011111 | 11101 | 11010 | 0 | 100110 | 11101011 | 10011 | 110101 |
Color Harmonies of #71759F
Complementary color
Monochromatic Colors of #71759F
Black with #71759F
Text Example
Text Example
White with #71759F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71759F; }
p { color: rgb(113,117,159); }
H1.HeaderClassName
{
color: #71759F;
}
.AnyTagClassName
{
color: #71759F;
}
</style>
background-color css
<style>
a { background-color: #71759F; }
a { background-color: rgb(113,117,159); }
div.DivClassName
{
background-color: #71759F;
}
.BgClassName
{
background-color: #71759F;
}
</style>
border-color css
<style>
span { border-color: #71759F; }
span { border-color: rgb(113,117,159); }
td.TdClassName
{
border-color: #71759F;
}
.TagClassName
{
border-color: #71759F;
}
</style>