Html Css Color HEX #806EDB Medium Slate Blue

📋 copy color: '#806EDB'

red 128 ◦ green 110 ◦ blue 219

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

Shades of Medium Slate Blue #806EDB

Tints of Medium Slate Blue #806EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.92%

R = 28.01%
G = 24.07%
B = 47.92%

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

#806EDB (or 0x806EDB) is known color: Medium Slate Blue. HEX triplet: 80, 6E and DB. RGB value is (128,110,219). Sum of RGB (Red+Green+Blue) = 128+110+219=457 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.01% from 457); Green value is 110 (43.36% from 255 or 24.07% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #806EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806EDB is #7F9124. Grayscale: #7F7F7F. Windows color (decimal): -8360229 or 14380672. OLE color: 14380672.

HSL color Cylindrical-coordinate representation of color #806EDB: hue angle of 249.91º degrees, saturation: 0.6, 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 #806EDB is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 110 219 -
CMYK 0.42 0.50 0 0.14
HSL 249.91º 0.6% 0.65% -
HSV(B) 249.91º 0.5% 0.86% -
XYZ 27.26 20.86 69.61 -
YUV 127.81 179.46 128.14 -
System Red Green Blue C M Y K H S L
Decimal 128 110 219 0.42 0.50 0 0.14 249.91 0.6 0.65
Hex 80 6E DB 2A 32 0 E FA 3C 41
Octal 200 156 333 52 62 0 16 372 74 101
Binary 10000000 1101110 11011011 101010 110010 0 1110 11111010 111100 1000001

Color Harmonies of #806EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806EDB

Black with #806EDB

Text Example


Text Example

White with #806EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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