#807DED

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

Shades of Medium Slate Blue #807DED

Tints of Medium Slate Blue #807DED

Color information

#807DED (or 0x807DED) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 7D and ED. RGB value is (128,125,237). Sum of RGB (Red+Green+Blue) = 128+125+237=490 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.12% from 490); Green value is 125 (49.22% from 255 or 25.51% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #807DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #807DED is #7F8212. Grayscale: #8A8A8A. Windows color (decimal): -8356371 or 15564160. OLE color: 15564160.

HSL color Cylindrical-coordinate representation of color #807DED: hue angle of 241.61º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #807DED is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB128125237-
CMYK0.460.4700.07
HSL241.61º75.68%70.98%-
HSV(B)241.61º47.26%92.94%-
XYZ31.5225.3783.36-
YUV138.66183.49120.39-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.12%
GREEN value IS 125 (49.22% from 255) = 25.51%
BLUE value IS 237 (92.97% from 255) = 48.37%
R=26.12%
G=25.51%
B=48.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1281252370.460.4700.07241.6175.6870.98
Hex807DED2E2F07f24c47
Octal200175355565707362114107
Binary1000000011111011110110110111010111101111111001010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807DED; }

 p { color: rgb(128,125,237); }

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

<style>
 a { background-color: #807DED; }

 a { background-color: rgb(128,125,237); }

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

<style>
 span { border-color: #807DED; }

 span { border-color: rgb(128,125,237); }

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