#8053DE

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

Shades of Medium Slate Blue #8053DE

Tints of Medium Slate Blue #8053DE

Color information

#8053DE (or 0x8053DE) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 53 and DE. RGB value is (128,83,222). Sum of RGB (Red+Green+Blue) = 128+83+222=433 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.56% from 433); Green value is 83 (32.81% from 255 or 19.17% from 433); Blue value is 222 (87.11% from 255 or 51.27% from 433); Max value from RGB is 222 - color contains mainly: blue. Hex color #8053DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8053DE is #7FAC21. Grayscale: #6F6F6F. Windows color (decimal): -8367138 or 14570368. OLE color: 14570368.

HSL color Cylindrical-coordinate representation of color #8053DE: hue angle of 259.42º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8053DE is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12883222-
CMYK0.420.6300.13
HSL259.42º67.8%59.8%-
HSV(B)259.42º62.61%87.06%-
XYZ25.1816.0570.88-
YUV112.3189.91139.2-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.56%
GREEN value IS 83 (32.81% from 255) = 19.17%
BLUE value IS 222 (87.11% from 255) = 51.27%
R=29.56%
G=19.17%
B=51.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal128832220.420.6300.13259.4267.859.8
Hex8053DE2A3F0D103443c
Octal200123336527701540310474
Binary10000000101001111011110101010111111011011000000111000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8053DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8053DE; }

 p { color: rgb(128,83,222); }

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

<style>
 a { background-color: #8053DE; }

 a { background-color: rgb(128,83,222); }

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

<style>
 span { border-color: #8053DE; }

 span { border-color: rgb(128,83,222); }

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