#8575EC

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

Shades of Medium Slate Blue #8575EC

Tints of Medium Slate Blue #8575EC

Color information

#8575EC (or 0x8575EC) is unknown color: approx Medium Slate Blue. HEX triplet: 85, 75 and EC. RGB value is (133,117,236). Sum of RGB (Red+Green+Blue) = 133+117+236=486 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.37% from 486); Green value is 117 (46.09% from 255 or 24.07% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #8575EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8575EC is #7A8A13. Grayscale: #868686. Windows color (decimal): -8030740 or 15496581. OLE color: 15496581.

HSL color Cylindrical-coordinate representation of color #8575EC: hue angle of 248.07º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8575EC is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB133117236-
CMYK0.440.5000.07
HSL248.07º75.8%69.22%-
HSV(B)248.07º50.42%92.55%-
XYZ31.1723.7782.3-
YUV135.35184.8126.32-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.37%
GREEN value IS 117 (46.09% from 255) = 24.07%
BLUE value IS 236 (92.58% from 255) = 48.56%
R=27.37%
G=24.07%
B=48.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1331172360.440.5000.07248.0775.869.22
Hex8575EC2C3207f84c45
Octal205165354546207370114105
Binary1000010111101011110110010110011001001111111100010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8575EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8575EC; }

 p { color: rgb(133,117,236); }

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

<style>
 a { background-color: #8575EC; }

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

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

<style>
 span { border-color: #8575EC; }

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

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