Shades of Chetwode Blue #7578BA
Tints of Chetwode Blue #7578BA
RGB
CMYK
RGB Variations
Color information
#7578BA (or 0x7578BA) is known color: Chetwode Blue. HEX triplet: 75, 78 and BA. RGB value is (117,120,186). Sum of RGB (Red+Green+Blue) = 117+120+186=423 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.66% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #7578BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7578BA is #8A8745. Grayscale: #7E7E7E. Windows color (decimal): -9078598 or 12220533. OLE color: 12220533.
HSL color Cylindrical-coordinate representation of color #7578BA: hue angle of 237.39º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7578BA is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 120 | 186 | - |
| CMYK | 0.37 | 0.35 | 0 | 0.27 |
| HSL | 237.39º | 0.33% | 0.59% | - |
| HSV(B) | 237.39º | 0.37% | 0.73% | - |
| XYZ | 22.92 | 20.76 | 49.25 | - |
| YUV | 126.63 | 161.51 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 120 | 186 | 0.37 | 0.35 | 0 | 0.27 | 237.39 | 0.33 | 0.59 |
| Hex | 75 | 78 | BA | 25 | 23 | 0 | 1B | ED | 21 | 3B |
| Octal | 165 | 170 | 272 | 45 | 43 | 0 | 33 | 355 | 41 | 73 |
| Binary | 1110101 | 1111000 | 10111010 | 100101 | 100011 | 0 | 11011 | 11101101 | 100001 | 111011 |
Color Harmonies of #7578BA
Complementary color
Monochromatic Colors of #7578BA
Black with #7578BA
Text Example
Text Example
White with #7578BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7578BA; }
p { color: rgb(117,120,186); }
H1.HeaderClassName
{
color: #7578BA;
}
.AnyTagClassName
{
color: #7578BA;
}
</style>
background-color css
<style>
a { background-color: #7578BA; }
a { background-color: rgb(117,120,186); }
div.DivClassName
{
background-color: #7578BA;
}
.BgClassName
{
background-color: #7578BA;
}
</style>
border-color css
<style>
span { border-color: #7578BA; }
span { border-color: rgb(117,120,186); }
td.TdClassName
{
border-color: #7578BA;
}
.TagClassName
{
border-color: #7578BA;
}
</style>