#7578A0

Color #7578A0 Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #7578A0

Tints of Chetwode Blue #7578A0

Color information

#7578A0 (or 0x7578A0) is unknown color: approx Chetwode Blue. HEX triplet: 75, 78 and A0. RGB value is (117,120,160). Sum of RGB (Red+Green+Blue) = 117+120+160=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 160 (62.89% from 255 or 40.30% from 397); Max value from RGB is 160 - color contains mainly: blue. Hex color #7578A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7578A0 is #8A875F. Grayscale: #7B7B7B. Windows color (decimal): -9078624 or 10516597. OLE color: 10516597.

HSL color Cylindrical-coordinate representation of color #7578A0: hue angle of 235.81º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7578A0 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB117120160-
CMYK0.270.2500.37
HSL235.81º18.45%54.31%-
HSV(B)235.81º26.88%62.75%-
XYZ20.419.7536-
YUV123.66148.51123.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 29.47%
GREEN value IS 120 (47.27% from 255) = 30.23%
BLUE value IS 160 (62.89% from 255) = 40.30%
R=29.47%
G=30.23%
B=40.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1171201600.270.2500.37235.8118.4554.31
Hex7578A01B19025ec1236
Octal16517024033310453542266
Binary1110101111100010100000110111100101001011110110010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7578A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7578A0; }

 p { color: rgb(117,120,160); }

 H1.HeaderClassName
 {
   color: #7578A0;
 }
 .AnyTagClassName
 {
   color: #7578A0;
 }
</style>
background-color css

<style>
 a { background-color: #7578A0; }

 a { background-color: rgb(117,120,160); }

 div.DivClassName
 {
   background-color: #7578A0;
 }
 .BgClassName
 {
   background-color: #7578A0;
 }
</style>
border-color css

<style>
 span { border-color: #7578A0; }

 span { border-color: rgb(117,120,160); }

 td.TdClassName
 {
   border-color: #7578A0;
 }
 .TagClassName
 {
   border-color: #7578A0;
 }
</style>