Html Css Color HEX #815EDD Medium Slate Blue

📋 copy color: '#815EDD'

red 129 ◦ green 94 ◦ blue 221

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

Shades of Medium Slate Blue #815EDD

Tints of Medium Slate Blue #815EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.77%

R = 29.05%
G = 21.17%
B = 49.77%

CMYK

 C value IS 0.42

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#815EDD (or 0x815EDD) is known color: Medium Slate Blue. HEX triplet: 81, 5E and DD. RGB value is (129,94,221). Sum of RGB (Red+Green+Blue) = 129+94+221=444 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.05% from 444); Green value is 94 (37.11% from 255 or 21.17% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #815EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815EDD is #7EA122. Grayscale: #767676. Windows color (decimal): -8298787 or 14507649. OLE color: 14507649.

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

Color convert

RGB 129 94 221 -
CMYK 0.42 0.57 0 0.13
HSL 256.54º 0.65% 0.62% -
HSV(B) 256.54º 0.57% 0.87% -
XYZ 26.11 17.89 70.48 -
YUV 118.94 185.6 135.17 -
System Red Green Blue C M Y K H S L
Decimal 129 94 221 0.42 0.57 0 0.13 256.54 0.65 0.62
Hex 81 5E DD 2A 39 0 D 101 41 3E
Octal 201 136 335 52 71 0 15 401 101 76
Binary 10000001 1011110 11011101 101010 111001 0 1101 100000001 1000001 111110

Color Harmonies of #815EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815EDD

Black with #815EDD

Text Example


Text Example

White with #815EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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