Shades of Chetwode Blue #7271BC
Tints of Chetwode Blue #7271BC
RGB
CMYK
RGB Variations
Color information
#7271BC (or 0x7271BC) is known color: Chetwode Blue. HEX triplet: 72, 71 and BC. RGB value is (114,113,188). Sum of RGB (Red+Green+Blue) = 114+113+188=415 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.47% from 415); Green value is 113 (44.53% from 255 or 27.23% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #7271BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7271BC is #8D8E43. Grayscale: #797979. Windows color (decimal): -9276996 or 12349810. OLE color: 12349810.
HSL color Cylindrical-coordinate representation of color #7271BC: hue angle of 240.8º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7271BC is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 113 | 188 | - |
| CMYK | 0.39 | 0.40 | 0 | 0.26 |
| HSL | 240.8º | 0.36% | 0.59% | - |
| HSV(B) | 240.8º | 0.4% | 0.74% | - |
| XYZ | 21.92 | 19.02 | 50.09 | - |
| YUV | 121.85 | 165.33 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 113 | 188 | 0.39 | 0.40 | 0 | 0.26 | 240.8 | 0.36 | 0.59 |
| Hex | 72 | 71 | BC | 27 | 28 | 0 | 1A | F1 | 24 | 3B |
| Octal | 162 | 161 | 274 | 47 | 50 | 0 | 32 | 361 | 44 | 73 |
| Binary | 1110010 | 1110001 | 10111100 | 100111 | 101000 | 0 | 11010 | 11110001 | 100100 | 111011 |
Color Harmonies of #7271BC
Complementary color
Monochromatic Colors of #7271BC
Black with #7271BC
Text Example
Text Example
White with #7271BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7271BC; }
p { color: rgb(114,113,188); }
H1.HeaderClassName
{
color: #7271BC;
}
.AnyTagClassName
{
color: #7271BC;
}
</style>
background-color css
<style>
a { background-color: #7271BC; }
a { background-color: rgb(114,113,188); }
div.DivClassName
{
background-color: #7271BC;
}
.BgClassName
{
background-color: #7271BC;
}
</style>
border-color css
<style>
span { border-color: #7271BC; }
span { border-color: rgb(114,113,188); }
td.TdClassName
{
border-color: #7271BC;
}
.TagClassName
{
border-color: #7271BC;
}
</style>