#7575EA

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

Shades of Medium Slate Blue #7575EA

Tints of Medium Slate Blue #7575EA

Color information

#7575EA (or 0x7575EA) is unknown color: approx Medium Slate Blue. HEX triplet: 75, 75 and EA. RGB value is (117,117,234). Sum of RGB (Red+Green+Blue) = 117+117+234=468 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #7575EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7575EA is #8A8A15. Grayscale: #818181. Windows color (decimal): -9079318 or 15365493. OLE color: 15365493.

HSL color Cylindrical-coordinate representation of color #7575EA: hue angle of 240º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7575EA is Cyan = 0.5, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB117117234-
CMYK0.50.500.08
HSL240º73.58%68.82%-
HSV(B)240º50%91.76%-
XYZ28.5522.4580.67-
YUV130.34186.5118.49-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25%
GREEN value IS 117 (46.09% from 255) = 25%
BLUE value IS 234 (91.80% from 255) = 50%
R=25%
G=25%
B=50%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1171172340.50.500.0824073.5868.82
Hex7575EA323208f04a45
Octal1651653526262010360112105
Binary1110101111010111101010110010110010010001111000010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7575EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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