#816DDE

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

Shades of Medium Slate Blue #816DDE

Tints of Medium Slate Blue #816DDE

Color information

#816DDE (or 0x816DDE) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 6D and DE. RGB value is (129,109,222). Sum of RGB (Red+Green+Blue) = 129+109+222=460 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.04% from 460); Green value is 109 (42.97% from 255 or 23.70% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 222 - color contains mainly: blue. Hex color #816DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816DDE is #7E9221. Grayscale: #7F7F7F. Windows color (decimal): -8294946 or 14577025. OLE color: 14577025.

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

Color convert

RGB129109222-
CMYK0.420.5100.13
HSL250.62º63.13%64.9%-
HSV(B)250.62º50.9%87.06%-
XYZ27.7120.8871.68-
YUV127.86181.13128.81-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.04%
GREEN value IS 109 (42.97% from 255) = 23.70%
BLUE value IS 222 (87.11% from 255) = 48.26%
R=28.04%
G=23.70%
B=48.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1291092220.420.5100.13250.6263.1364.9
Hex816DDE2A330Dfb3f41
Octal201155336526301537377101
Binary1000000111011011101111010101011001101101111110111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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