Html Css Color HEX #805EDC Medium Slate Blue

📋 copy color: '#805EDC'

red 128 ◦ green 94 ◦ blue 220

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

Shades of Medium Slate Blue #805EDC

Tints of Medium Slate Blue #805EDC

RGB

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

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

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

R = 28.96%
G = 21.27%
B = 49.77%

CMYK

 C value IS 0.42

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#805EDC (or 0x805EDC) is known color: Medium Slate Blue. HEX triplet: 80, 5E and DC. RGB value is (128,94,220). Sum of RGB (Red+Green+Blue) = 128+94+220=442 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.96% from 442); Green value is 94 (37.11% from 255 or 21.27% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #805EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805EDC is #7FA123. Grayscale: #767676. Windows color (decimal): -8364324 or 14442112. OLE color: 14442112.

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

Color convert

RGB 128 94 220 -
CMYK 0.42 0.57 0 0.14
HSL 256.19º 0.64% 0.62% -
HSV(B) 256.19º 0.57% 0.86% -
XYZ 25.82 17.76 69.78 -
YUV 118.53 185.26 134.75 -
System Red Green Blue C M Y K H S L
Decimal 128 94 220 0.42 0.57 0 0.14 256.19 0.64 0.62
Hex 80 5E DC 2A 39 0 E 100 40 3E
Octal 200 136 334 52 71 0 16 400 100 76
Binary 10000000 1011110 11011100 101010 111001 0 1110 100000000 1000000 111110

Color Harmonies of #805EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805EDC

Black with #805EDC

Text Example


Text Example

White with #805EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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