#7575E0

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

Shades of Medium Slate Blue #7575E0

Tints of Medium Slate Blue #7575E0

Color information

#7575E0 (or 0x7575E0) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 75 and E0. RGB value is (117,117,224). Sum of RGB (Red+Green+Blue) = 117+117+224=458 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.55% from 458); Green value is 117 (46.09% from 255 or 25.55% from 458); Blue value is 224 (87.89% from 255 or 48.91% from 458); Max value from RGB is 224 - color contains mainly: blue. Hex color #7575E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7575E0 is #8A8A1F. Grayscale: #808080. Windows color (decimal): -9079328 or 14710133. OLE color: 14710133.

HSL color Cylindrical-coordinate representation of color #7575E0: hue angle of 240º degrees, saturation: 0.63, 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 #7575E0 is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB117117224-
CMYK0.480.4800.12
HSL240º63.31%66.86%-
HSV(B)240º47.77%87.84%-
XYZ27.1521.8973.31-
YUV129.2181.5119.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.55%
GREEN value IS 117 (46.09% from 255) = 25.55%
BLUE value IS 224 (87.89% from 255) = 48.91%
R=25.55%
G=25.55%
B=48.91%

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
Decimal1171172240.480.4800.1224063.3166.86
Hex7575E030300Cf03f43
Octal165165340606001436077103
Binary111010111101011110000011000011000001100111100001111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7575E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7575E0; }

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

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

<style>
 a { background-color: #7575E0; }

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

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

<style>
 span { border-color: #7575E0; }

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

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