#816EED

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

Shades of Medium Slate Blue #816EED

Tints of Medium Slate Blue #816EED

Color information

#816EED (or 0x816EED) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 6E and ED. RGB value is (129,110,237). Sum of RGB (Red+Green+Blue) = 129+110+237=476 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.10% from 476); Green value is 110 (43.36% from 255 or 23.11% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #816EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #816EED is #7E9112. Grayscale: #818181. Windows color (decimal): -8294675 or 15560321. OLE color: 15560321.

HSL color Cylindrical-coordinate representation of color #816EED: hue angle of 248.98º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #816EED is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB129110237-
CMYK0.460.5400.07
HSL248.98º77.91%68.04%-
HSV(B)248.98º53.59%92.94%-
XYZ29.9221.9382.78-
YUV130.16188.29127.17-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.10%
GREEN value IS 110 (43.36% from 255) = 23.11%
BLUE value IS 237 (92.97% from 255) = 49.79%
R=27.10%
G=23.11%
B=49.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1291102370.460.5400.07248.9877.9168.04
Hex816EED2E3607f94e44
Octal201156355566607371116104
Binary1000000111011101110110110111011011001111111100110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816EED; }

 p { color: rgb(129,110,237); }

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

<style>
 a { background-color: #816EED; }

 a { background-color: rgb(129,110,237); }

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

<style>
 span { border-color: #816EED; }

 span { border-color: rgb(129,110,237); }

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