Html Css Color HEX #805EDD Medium Slate Blue

📋 copy color: '#805EDD'

red 128 ◦ green 94 ◦ blue 221

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

Shades of Medium Slate Blue #805EDD

Tints of Medium Slate Blue #805EDD

RGB

 RED value IS 128 (50.39% from 255) = 28.89%

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

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

R = 28.89%
G = 21.22%
B = 49.89%

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

#805EDD (or 0x805EDD) is known color: Medium Slate Blue. HEX triplet: 80, 5E and DD. RGB value is (128,94,221). Sum of RGB (Red+Green+Blue) = 128+94+221=443 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.89% from 443); Green value is 94 (37.11% from 255 or 21.22% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #805EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805EDD is #7FA122. Grayscale: #767676. Windows color (decimal): -8364323 or 14507648. OLE color: 14507648.

HSL color Cylindrical-coordinate representation of color #805EDD: hue angle of 256.06º 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 #805EDD is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 94 221 -
CMYK 0.42 0.57 0 0.13
HSL 256.06º 0.65% 0.62% -
HSV(B) 256.06º 0.57% 0.87% -
XYZ 25.96 17.82 70.48 -
YUV 118.64 185.76 134.67 -
System Red Green Blue C M Y K H S L
Decimal 128 94 221 0.42 0.57 0 0.13 256.06 0.65 0.62
Hex 80 5E DD 2A 39 0 D 100 41 3E
Octal 200 136 335 52 71 0 15 400 101 76
Binary 10000000 1011110 11011101 101010 111001 0 1101 100000000 1000001 111110

Color Harmonies of #805EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805EDD

Black with #805EDD

Text Example


Text Example

White with #805EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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