Shades of Chetwode Blue #7378BA
Tints of Chetwode Blue #7378BA
RGB
CMYK
RGB Variations
Color information
#7378BA (or 0x7378BA) is known color: Chetwode Blue. HEX triplet: 73, 78 and BA. RGB value is (115,120,186). Sum of RGB (Red+Green+Blue) = 115+120+186=421 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.32% from 421); Green value is 120 (47.27% from 255 or 28.50% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 186 - color contains mainly: blue. Hex color #7378BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7378BA is #8C8745. Grayscale: #7D7D7D. Windows color (decimal): -9209670 or 12220531. OLE color: 12220531.
HSL color Cylindrical-coordinate representation of color #7378BA: hue angle of 235.77º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7378BA is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 120 | 186 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.27 |
| HSL | 235.77º | 0.34% | 0.59% | - |
| HSV(B) | 235.77º | 0.38% | 0.73% | - |
| XYZ | 22.65 | 20.62 | 49.24 | - |
| YUV | 126.03 | 161.84 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 120 | 186 | 0.38 | 0.35 | 0 | 0.27 | 235.77 | 0.34 | 0.59 |
| Hex | 73 | 78 | BA | 26 | 23 | 0 | 1B | EC | 22 | 3B |
| Octal | 163 | 170 | 272 | 46 | 43 | 0 | 33 | 354 | 42 | 73 |
| Binary | 1110011 | 1111000 | 10111010 | 100110 | 100011 | 0 | 11011 | 11101100 | 100010 | 111011 |
Color Harmonies of #7378BA
Complementary color
Monochromatic Colors of #7378BA
Black with #7378BA
Text Example
Text Example
White with #7378BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7378BA; }
p { color: rgb(115,120,186); }
H1.HeaderClassName
{
color: #7378BA;
}
.AnyTagClassName
{
color: #7378BA;
}
</style>
background-color css
<style>
a { background-color: #7378BA; }
a { background-color: rgb(115,120,186); }
div.DivClassName
{
background-color: #7378BA;
}
.BgClassName
{
background-color: #7378BA;
}
</style>
border-color css
<style>
span { border-color: #7378BA; }
span { border-color: rgb(115,120,186); }
td.TdClassName
{
border-color: #7378BA;
}
.TagClassName
{
border-color: #7378BA;
}
</style>