#7578A6

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

Shades of Chetwode Blue #7578A6

Tints of Chetwode Blue #7578A6

Color information

#7578A6 (or 0x7578A6) is unknown color: approx Chetwode Blue. HEX triplet: 75, 78 and A6. RGB value is (117,120,166). Sum of RGB (Red+Green+Blue) = 117+120+166=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 120 (47.27% from 255 or 29.78% from 403); Blue value is 166 (65.23% from 255 or 41.19% from 403); Max value from RGB is 166 - color contains mainly: blue. Hex color #7578A6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7578A6 is #8A8759. Grayscale: #7C7C7C. Windows color (decimal): -9078618 or 10909813. OLE color: 10909813.

HSL color Cylindrical-coordinate representation of color #7578A6: hue angle of 236.33º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7578A6 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB117120166-
CMYK0.300.2800.35
HSL236.33º21.59%55.49%-
HSV(B)236.33º29.52%65.1%-
XYZ20.9419.9738.83-
YUV124.35151.51122.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.03%
GREEN value IS 120 (47.27% from 255) = 29.78%
BLUE value IS 166 (65.23% from 255) = 41.19%
R=29.03%
G=29.78%
B=41.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1171201660.300.2800.35236.3321.5955.49
Hex7578A61E1C023ec1637
Octal16517024636340433542667
Binary1110101111100010100110111101110001000111110110010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7578A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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