Html Css Color HEX #815EDC Medium Slate Blue

📋 copy color: '#815EDC'

red 129 ◦ green 94 ◦ blue 220

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

Shades of Medium Slate Blue #815EDC

Tints of Medium Slate Blue #815EDC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.22%

 BLUE value IS 220 (86.33% from 255) = 49.66%

R = 29.12%
G = 21.22%
B = 49.66%

CMYK

 C value IS 0.41

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#815EDC (or 0x815EDC) is known color: Medium Slate Blue. HEX triplet: 81, 5E and DC. RGB value is (129,94,220). Sum of RGB (Red+Green+Blue) = 129+94+220=443 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.12% from 443); Green value is 94 (37.11% from 255 or 21.22% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #815EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815EDC is #7EA123. Grayscale: #767676. Windows color (decimal): -8298788 or 14442113. OLE color: 14442113.

HSL color Cylindrical-coordinate representation of color #815EDC: hue angle of 256.67º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #815EDC is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 129 94 220 -
CMYK 0.41 0.57 0 0.14
HSL 256.67º 0.64% 0.62% -
HSV(B) 256.67º 0.57% 0.86% -
XYZ 25.97 17.84 69.78 -
YUV 118.83 185.1 135.25 -
System Red Green Blue C M Y K H S L
Decimal 129 94 220 0.41 0.57 0 0.14 256.67 0.64 0.62
Hex 81 5E DC 29 39 0 E 101 40 3E
Octal 201 136 334 51 71 0 16 401 100 76
Binary 10000001 1011110 11011100 101001 111001 0 1110 100000001 1000000 111110

Color Harmonies of #815EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815EDC

Black with #815EDC

Text Example


Text Example

White with #815EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815EDC; }

 p { color: rgb(129,94,220); }

 H1.HeaderClassName
 {
   color: #815EDC;
 }
 .AnyTagClassName
 {
   color: #815EDC;
 }
</style>

background-color css

<style>
 a { background-color: #815EDC; }

 a { background-color: rgb(129,94,220); }

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

border-color css

<style>
 span { border-color: #815EDC; }

 span { border-color: rgb(129,94,220); }

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