Shades of Chetwode Blue #7278BA
Tints of Chetwode Blue #7278BA
RGB
CMYK
RGB Variations
Color information
#7278BA (or 0x7278BA) is known color: Chetwode Blue. HEX triplet: 72, 78 and BA. RGB value is (114,120,186). Sum of RGB (Red+Green+Blue) = 114+120+186=420 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.14% from 420); Green value is 120 (47.27% from 255 or 28.57% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 186 - color contains mainly: blue. Hex color #7278BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7278BA is #8D8745. Grayscale: #7D7D7D. Windows color (decimal): -9275206 or 12220530. OLE color: 12220530.
HSL color Cylindrical-coordinate representation of color #7278BA: hue angle of 235º 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 #7278BA is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 120 | 186 | - |
| CMYK | 0.39 | 0.35 | 0 | 0.27 |
| HSL | 235º | 0.34% | 0.59% | - |
| HSV(B) | 235º | 0.39% | 0.73% | - |
| XYZ | 22.52 | 20.56 | 49.24 | - |
| YUV | 125.73 | 162.01 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 120 | 186 | 0.39 | 0.35 | 0 | 0.27 | 235 | 0.34 | 0.59 |
| Hex | 72 | 78 | BA | 27 | 23 | 0 | 1B | EB | 22 | 3B |
| Octal | 162 | 170 | 272 | 47 | 43 | 0 | 33 | 353 | 42 | 73 |
| Binary | 1110010 | 1111000 | 10111010 | 100111 | 100011 | 0 | 11011 | 11101011 | 100010 | 111011 |
Color Harmonies of #7278BA
Complementary color
Monochromatic Colors of #7278BA
Black with #7278BA
Text Example
Text Example
White with #7278BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7278BA; }
p { color: rgb(114,120,186); }
H1.HeaderClassName
{
color: #7278BA;
}
.AnyTagClassName
{
color: #7278BA;
}
</style>
background-color css
<style>
a { background-color: #7278BA; }
a { background-color: rgb(114,120,186); }
div.DivClassName
{
background-color: #7278BA;
}
.BgClassName
{
background-color: #7278BA;
}
</style>
border-color css
<style>
span { border-color: #7278BA; }
span { border-color: rgb(114,120,186); }
td.TdClassName
{
border-color: #7278BA;
}
.TagClassName
{
border-color: #7278BA;
}
</style>