Html Css Color HEX #806EDA Medium Slate Blue

📋 copy color: '#806EDA'

red 128 ◦ green 110 ◦ blue 218

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

Shades of Medium Slate Blue #806EDA

Tints of Medium Slate Blue #806EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.81%

R = 28.07%
G = 24.12%
B = 47.81%

CMYK

 C value IS 0.41

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#806EDA (or 0x806EDA) is known color: Medium Slate Blue. HEX triplet: 80, 6E and DA. RGB value is (128,110,218). Sum of RGB (Red+Green+Blue) = 128+110+218=456 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.07% from 456); Green value is 110 (43.36% from 255 or 24.12% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #806EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806EDA is #7F9125. Grayscale: #7F7F7F. Windows color (decimal): -8360230 or 14315136. OLE color: 14315136.

HSL color Cylindrical-coordinate representation of color #806EDA: hue angle of 250º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #806EDA is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 110 218 -
CMYK 0.41 0.50 0 0.15
HSL 250º 0.59% 0.64% -
HSV(B) 250º 0.5% 0.85% -
XYZ 27.13 20.8 68.91 -
YUV 127.69 178.96 128.22 -
System Red Green Blue C M Y K H S L
Decimal 128 110 218 0.41 0.50 0 0.15 250 0.59 0.64
Hex 80 6E DA 29 32 0 F FA 3B 40
Octal 200 156 332 51 62 0 17 372 73 100
Binary 10000000 1101110 11011010 101001 110010 0 1111 11111010 111011 1000000

Color Harmonies of #806EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806EDA

Black with #806EDA

Text Example


Text Example

White with #806EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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