#7573C0

Color #7573C0 Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #7573C0

Tints of Moody Blue #7573C0

Color information

#7573C0 (or 0x7573C0) is unknown color: approx Moody Blue. HEX triplet: 75, 73 and C0. RGB value is (117,115,192). Sum of RGB (Red+Green+Blue) = 117+115+192=424 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.59% from 424); Green value is 115 (45.31% from 255 or 27.12% from 424); Blue value is 192 (75.39% from 255 or 45.28% from 424); Max value from RGB is 192 - color contains mainly: blue. Hex color #7573C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7573C0 is #8A8C3F. Grayscale: #7C7C7C. Windows color (decimal): -9079872 or 12612469. OLE color: 12612469.

HSL color Cylindrical-coordinate representation of color #7573C0: hue angle of 241.56º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7573C0 is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB117115192-
CMYK0.390.4000.25
HSL241.56º37.93%60.2%-
HSV(B)241.56º40.1%75.29%-
XYZ22.9819.8552.49-
YUV124.38166.16122.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.59%
GREEN value IS 115 (45.31% from 255) = 27.12%
BLUE value IS 192 (75.39% from 255) = 45.28%
R=27.59%
G=27.12%
B=45.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171151920.390.4000.25241.5637.9360.2
Hex7573C02728019f2263c
Octal16516330047500313624674
Binary111010111100111100000010011110100001100111110010100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7573C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7573C0; }

 p { color: rgb(117,115,192); }

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

<style>
 a { background-color: #7573C0; }

 a { background-color: rgb(117,115,192); }

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

<style>
 span { border-color: #7573C0; }

 span { border-color: rgb(117,115,192); }

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