Shades of Chetwode Blue #7277BA
Tints of Chetwode Blue #7277BA
RGB
CMYK
RGB Variations
Color information
#7277BA (or 0x7277BA) is known color: Chetwode Blue. HEX triplet: 72, 77 and BA. RGB value is (114,119,186). Sum of RGB (Red+Green+Blue) = 114+119+186=419 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.21% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 186 - color contains mainly: blue. Hex color #7277BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7277BA is #8D8845. Grayscale: #7C7C7C. Windows color (decimal): -9275462 or 12220274. OLE color: 12220274.
HSL color Cylindrical-coordinate representation of color #7277BA: hue angle of 235.83º degrees, saturation: 0.34, 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 #7277BA is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 119 | 186 | - |
| CMYK | 0.39 | 0.36 | 0 | 0.27 |
| HSL | 235.83º | 0.34% | 0.59% | - |
| HSV(B) | 235.83º | 0.39% | 0.73% | - |
| XYZ | 22.4 | 20.32 | 49.2 | - |
| YUV | 125.14 | 162.34 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 119 | 186 | 0.39 | 0.36 | 0 | 0.27 | 235.83 | 0.34 | 0.59 |
| Hex | 72 | 77 | BA | 27 | 24 | 0 | 1B | EC | 22 | 3B |
| Octal | 162 | 167 | 272 | 47 | 44 | 0 | 33 | 354 | 42 | 73 |
| Binary | 1110010 | 1110111 | 10111010 | 100111 | 100100 | 0 | 11011 | 11101100 | 100010 | 111011 |
Color Harmonies of #7277BA
Complementary color
Monochromatic Colors of #7277BA
Black with #7277BA
Text Example
Text Example
White with #7277BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7277BA; }
p { color: rgb(114,119,186); }
H1.HeaderClassName
{
color: #7277BA;
}
.AnyTagClassName
{
color: #7277BA;
}
</style>
background-color css
<style>
a { background-color: #7277BA; }
a { background-color: rgb(114,119,186); }
div.DivClassName
{
background-color: #7277BA;
}
.BgClassName
{
background-color: #7277BA;
}
</style>
border-color css
<style>
span { border-color: #7277BA; }
span { border-color: rgb(114,119,186); }
td.TdClassName
{
border-color: #7277BA;
}
.TagClassName
{
border-color: #7277BA;
}
</style>