Html Css Color HEX #815EE0 Medium Slate Blue

📋 copy color: '#815EE0'

red 129 ◦ green 94 ◦ blue 224

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

Shades of Medium Slate Blue #815EE0

Tints of Medium Slate Blue #815EE0

RGB

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

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

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

R = 28.86%
G = 21.03%
B = 50.11%

CMYK

 C value IS 0.42

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#815EE0 (or 0x815EE0) is known color: Medium Slate Blue. HEX triplet: 81, 5E and E0. RGB value is (129,94,224). Sum of RGB (Red+Green+Blue) = 129+94+224=447 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.86% from 447); Green value is 94 (37.11% from 255 or 21.03% from 447); Blue value is 224 (87.89% from 255 or 50.11% from 447); Max value from RGB is 224 - color contains mainly: blue. Hex color #815EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815EE0 is #7EA11F. Grayscale: #767676. Windows color (decimal): -8298784 or 14704257. OLE color: 14704257.

HSL color Cylindrical-coordinate representation of color #815EE0: hue angle of 256.15º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #815EE0 is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 129 94 224 -
CMYK 0.42 0.58 0 0.12
HSL 256.15º 0.68% 0.62% -
HSV(B) 256.15º 0.58% 0.88% -
XYZ 26.51 18.05 72.61 -
YUV 119.29 187.1 134.93 -
System Red Green Blue C M Y K H S L
Decimal 129 94 224 0.42 0.58 0 0.12 256.15 0.68 0.62
Hex 81 5E E0 2A 3A 0 C 100 44 3E
Octal 201 136 340 52 72 0 14 400 104 76
Binary 10000001 1011110 11100000 101010 111010 0 1100 100000000 1000100 111110

Color Harmonies of #815EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815EE0

Black with #815EE0

Text Example


Text Example

White with #815EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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