Html Css Color HEX #816DE0 Medium Slate Blue

📋 copy color: '#816DE0'

red 129 ◦ green 109 ◦ blue 224

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

Shades of Medium Slate Blue #816DE0

Tints of Medium Slate Blue #816DE0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.59%

 BLUE value IS 224 (87.89% from 255) = 48.48%

R = 27.92%
G = 23.59%
B = 48.48%

CMYK

 C value IS 0.42

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#816DE0 (or 0x816DE0) is known color: Medium Slate Blue. HEX triplet: 81, 6D and E0. RGB value is (129,109,224). Sum of RGB (Red+Green+Blue) = 129+109+224=462 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.92% from 462); Green value is 109 (42.97% from 255 or 23.59% from 462); Blue value is 224 (87.89% from 255 or 48.48% from 462); Max value from RGB is 224 - color contains mainly: blue. Hex color #816DE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816DE0 is #7E921F. Grayscale: #7F7F7F. Windows color (decimal): -8294944 or 14708097. OLE color: 14708097.

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

Color convert

RGB 129 109 224 -
CMYK 0.42 0.51 0 0.12
HSL 250.43º 0.65% 0.65% -
HSV(B) 250.43º 0.51% 0.88% -
XYZ 27.98 20.99 73.1 -
YUV 128.09 182.13 128.65 -
System Red Green Blue C M Y K H S L
Decimal 129 109 224 0.42 0.51 0 0.12 250.43 0.65 0.65
Hex 81 6D E0 2A 33 0 C FA 41 41
Octal 201 155 340 52 63 0 14 372 101 101
Binary 10000001 1101101 11100000 101010 110011 0 1100 11111010 1000001 1000001

Color Harmonies of #816DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816DE0

Black with #816DE0

Text Example


Text Example

White with #816DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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