#807CED

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

Shades of Medium Slate Blue #807CED

Tints of Medium Slate Blue #807CED

Color information

#807CED (or 0x807CED) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 7C and ED. RGB value is (128,124,237). Sum of RGB (Red+Green+Blue) = 128+124+237=489 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.18% from 489); Green value is 124 (48.83% from 255 or 25.36% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #807CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #807CED is #7F8312. Grayscale: #898989. Windows color (decimal): -8356627 or 15563904. OLE color: 15563904.

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

Color convert

RGB128124237-
CMYK0.460.4800.07
HSL242.12º75.84%70.78%-
HSV(B)242.12º47.68%92.94%-
XYZ31.425.1283.31-
YUV138.08183.83120.81-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.18%
GREEN value IS 124 (48.83% from 255) = 25.36%
BLUE value IS 237 (92.97% from 255) = 48.47%
R=26.18%
G=25.36%
B=48.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1281242370.460.4800.07242.1275.8470.78
Hex807CED2E3007f24c47
Octal200174355566007362114107
Binary1000000011111001110110110111011000001111111001010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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