Html Css Color HEX #806EDC Medium Slate Blue

📋 copy color: '#806EDC'

red 128 ◦ green 110 ◦ blue 220

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

Shades of Medium Slate Blue #806EDC

Tints of Medium Slate Blue #806EDC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.02%

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

R = 27.95%
G = 24.02%
B = 48.03%

CMYK

 C value IS 0.42

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#806EDC (or 0x806EDC) is known color: Medium Slate Blue. HEX triplet: 80, 6E and DC. RGB value is (128,110,220). Sum of RGB (Red+Green+Blue) = 128+110+220=458 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.95% from 458); Green value is 110 (43.36% from 255 or 24.02% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #806EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806EDC is #7F9123. Grayscale: #7F7F7F. Windows color (decimal): -8360228 or 14446208. OLE color: 14446208.

HSL color Cylindrical-coordinate representation of color #806EDC: hue angle of 249.82º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #806EDC is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 110 220 -
CMYK 0.42 0.50 0 0.14
HSL 249.82º 0.61% 0.65% -
HSV(B) 249.82º 0.5% 0.86% -
XYZ 27.4 20.91 70.3 -
YUV 127.92 179.96 128.06 -
System Red Green Blue C M Y K H S L
Decimal 128 110 220 0.42 0.50 0 0.14 249.82 0.61 0.65
Hex 80 6E DC 2A 32 0 E FA 3D 41
Octal 200 156 334 52 62 0 16 372 75 101
Binary 10000000 1101110 11011100 101010 110010 0 1110 11111010 111101 1000001

Color Harmonies of #806EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806EDC

Black with #806EDC

Text Example


Text Example

White with #806EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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