#7574e0

Color #7574E0 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #7574E0

Tints of Medium Slate Blue #7574E0

Color information

#7574E0 (or 0x7574E0) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 74 and E0. RGB value is (117,116,224). Sum of RGB (Red+Green+Blue) = 117+116+224=457 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.60% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 224 (87.89% from 255 or 49.02% from 457); Max value from RGB is 224 - color contains mainly: blue. Hex color #7574E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7574E0 is #8A8B1F. Grayscale: #808080. Windows color (decimal): -9079584 or 14709877. OLE color: 14709877.

HSL color Cylindrical-coordinate representation of color #7574E0: hue angle of 240.56º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7574E0 is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB117116224-
CMYK0.480.4800.12
HSL240.56º63.53%66.67%-
HSV(B)240.56º48.21%87.84%-
XYZ27.0421.6573.28-
YUV128.61181.83119.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.60%
GREEN value IS 116 (45.70% from 255) = 25.38%
BLUE value IS 224 (87.89% from 255) = 49.02%
R=25.60%
G=25.38%
B=49.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1171162240.480.4800.12240.5663.5366.67
Hex7574E030300Cf14043
Octal1651643406060014361100103
Binary1110101111010011100000110000110000011001111000110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7574e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7574e0; }

 p { color: rgb(117,116,224); }

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

<style>
 a { background-color: #7574e0; }

 a { background-color: rgb(117,116,224); }

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

<style>
 span { border-color: #7574e0; }

 span { border-color: rgb(117,116,224); }

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