Shades of Chetwode Blue #7277A1
Tints of Chetwode Blue #7277A1
RGB
CMYK
RGB Variations
Color information
#7277A1 (or 0x7277A1) is known color: Chetwode Blue. HEX triplet: 72, 77 and A1. RGB value is (114,119,161). Sum of RGB (Red+Green+Blue) = 114+119+161=394 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.93% from 394); Green value is 119 (46.88% from 255 or 30.20% from 394); Blue value is 161 (63.28% from 255 or 40.86% from 394); Max value from RGB is 161 - color contains mainly: blue. Hex color #7277A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7277A1 is #8D885E. Grayscale: #7A7A7A. Windows color (decimal): -9275487 or 10581874. OLE color: 10581874.
HSL color Cylindrical-coordinate representation of color #7277A1: hue angle of 233.62º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7277A1 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 114 | 119 | 161 | - |
| CMYK | 0.29 | 0.26 | 0 | 0.37 |
| HSL | 233.62º | 0.2% | 0.54% | - |
| HSV(B) | 233.62º | 0.29% | 0.63% | - |
| XYZ | 19.97 | 19.34 | 36.4 | - |
| YUV | 122.29 | 149.84 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 119 | 161 | 0.29 | 0.26 | 0 | 0.37 | 233.62 | 0.2 | 0.54 |
| Hex | 72 | 77 | A1 | 1D | 1A | 0 | 25 | EA | 14 | 36 |
| Octal | 162 | 167 | 241 | 35 | 32 | 0 | 45 | 352 | 24 | 66 |
| Binary | 1110010 | 1110111 | 10100001 | 11101 | 11010 | 0 | 100101 | 11101010 | 10100 | 110110 |
Color Harmonies of #7277A1
Complementary color
Monochromatic Colors of #7277A1
Black with #7277A1
Text Example
Text Example
White with #7277A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7277A1; }
p { color: rgb(114,119,161); }
H1.HeaderClassName
{
color: #7277A1;
}
.AnyTagClassName
{
color: #7277A1;
}
</style>
background-color css
<style>
a { background-color: #7277A1; }
a { background-color: rgb(114,119,161); }
div.DivClassName
{
background-color: #7277A1;
}
.BgClassName
{
background-color: #7277A1;
}
</style>
border-color css
<style>
span { border-color: #7277A1; }
span { border-color: rgb(114,119,161); }
td.TdClassName
{
border-color: #7277A1;
}
.TagClassName
{
border-color: #7277A1;
}
</style>