Html Css Color HEX #816DE1 Medium Slate Blue

📋 copy color: '#816DE1'

red 129 ◦ green 109 ◦ blue 225

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

Shades of Medium Slate Blue #816DE1

Tints of Medium Slate Blue #816DE1

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.6%

R = 27.86%
G = 23.54%
B = 48.6%

CMYK

 C value IS 0.43

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#816DE1 (or 0x816DE1) is known color: 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

RGB 129 109 225 -
CMYK 0.43 0.52 0 0.12
HSL 250.34º 0.66% 0.65% -
HSV(B) 250.34º 0.52% 0.88% -
XYZ 28.11 21.04 73.81 -
YUV 128.2 182.63 128.57 -
System Red Green Blue C M Y K H S L
Decimal 129 109 225 0.43 0.52 0 0.12 250.34 0.66 0.65
Hex 81 6D E1 2B 34 0 C FA 42 41
Octal 201 155 341 53 64 0 14 372 102 101
Binary 10000001 1101101 11100001 101011 110100 0 1100 11111010 1000010 1000001

Color Harmonies of #816DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816DE1

Black with #816DE1

Text Example


Text Example

White with #816DE1

Text Example


Text Example

HTML Codes & Css Web 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>