#816DE1

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

Shades of Medium Slate Blue #816DE1

Tints of Medium Slate Blue #816DE1

Color information

#816DE1 (or 0x816DE1) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 6D and E1. RGB value is (129,109,225). Sum of RGB (Red+Green+Blue) = 129+109+225=463 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.86% from 463); Green value is 109 (42.97% from 255 or 23.54% from 463); Blue value is 225 (88.28% from 255 or 48.60% from 463); Max value from RGB is 225 - color contains mainly: blue. Hex color #816DE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816DE1 is #7E921E. Grayscale: #7F7F7F. Windows color (decimal): -8294943 or 14773633. OLE color: 14773633.

HSL color Cylindrical-coordinate representation of color #816DE1: hue angle of 250.34º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #816DE1 is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB129109225-
CMYK0.430.5200.12
HSL250.34º65.91%65.49%-
HSV(B)250.34º51.56%88.24%-
XYZ28.1121.0473.81-
YUV128.2182.63128.57-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.86%
GREEN value IS 109 (42.97% from 255) = 23.54%
BLUE value IS 225 (88.28% from 255) = 48.60%
R=27.86%
G=23.54%
B=48.60%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1291092250.430.5200.12250.3465.9165.49
Hex816DE12B340Cfa4241
Octal2011553415364014372102101
Binary10000001110110111100001101011110100011001111101010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,109,225); }

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

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

 a { background-color: rgb(129,109,225); }

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

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

 span { border-color: rgb(129,109,225); }

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