Html Css Color HEX #816EDE Medium Slate Blue

📋 copy color: '#816EDE'

red 129 ◦ green 110 ◦ blue 222

#816EDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #816EDE

Tints of Medium Slate Blue #816EDE

RGB

 RED value IS 129 (50.78% from 255) = 27.98%

 GREEN value IS 110 (43.36% from 255) = 23.86%

 BLUE value IS 222 (87.11% from 255) = 48.16%

R = 27.98%
G = 23.86%
B = 48.16%

CMYK

 C value IS 0.42

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#816EDE (or 0x816EDE) is known color: Medium Slate Blue. HEX triplet: 81, 6E and DE. RGB value is (129,110,222). Sum of RGB (Red+Green+Blue) = 129+110+222=461 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.98% from 461); Green value is 110 (43.36% from 255 or 23.86% from 461); Blue value is 222 (87.11% from 255 or 48.16% from 461); Max value from RGB is 222 - color contains mainly: blue. Hex color #816EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816EDE is #7E9121. Grayscale: #808080. Windows color (decimal): -8294690 or 14577281. OLE color: 14577281.

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

Color convert

RGB 129 110 222 -
CMYK 0.42 0.50 0 0.13
HSL 250.18º 0.63% 0.65% -
HSV(B) 250.18º 0.5% 0.87% -
XYZ 27.81 21.09 71.71 -
YUV 128.45 180.79 128.39 -
System Red Green Blue C M Y K H S L
Decimal 129 110 222 0.42 0.50 0 0.13 250.18 0.63 0.65
Hex 81 6E DE 2A 32 0 D FA 3F 41
Octal 201 156 336 52 62 0 15 372 77 101
Binary 10000001 1101110 11011110 101010 110010 0 1101 11111010 111111 1000001

Color Harmonies of #816EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816EDE

Black with #816EDE

Text Example


Text Example

White with #816EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #816EDE;
 }
 .AnyTagClassName
 {
   color: #816EDE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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