Html Css Color HEX #806EE2 Medium Slate Blue

📋 copy color: '#806EE2'

red 128 ◦ green 110 ◦ blue 226

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

Shades of Medium Slate Blue #806EE2

Tints of Medium Slate Blue #806EE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 48.71%

R = 27.59%
G = 23.71%
B = 48.71%

CMYK

 C value IS 0.43

 M value IS 0.51

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#806EE2 (or 0x806EE2) is known color: Medium Slate Blue. HEX triplet: 80, 6E and E2. RGB value is (128,110,226). Sum of RGB (Red+Green+Blue) = 128+110+226=464 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.59% from 464); Green value is 110 (43.36% from 255 or 23.71% from 464); Blue value is 226 (88.67% from 255 or 48.71% from 464); Max value from RGB is 226 - color contains mainly: blue. Hex color #806EE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806EE2 is #7F911D. Grayscale: #808080. Windows color (decimal): -8360222 or 14839424. OLE color: 14839424.

HSL color Cylindrical-coordinate representation of color #806EE2: hue angle of 249.31º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #806EE2 is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 128 110 226 -
CMYK 0.43 0.51 0 0.11
HSL 249.31º 0.67% 0.66% -
HSV(B) 249.31º 0.51% 0.89% -
XYZ 28.21 21.23 74.56 -
YUV 128.61 182.96 127.57 -
System Red Green Blue C M Y K H S L
Decimal 128 110 226 0.43 0.51 0 0.11 249.31 0.67 0.66
Hex 80 6E E2 2B 33 0 B F9 43 42
Octal 200 156 342 53 63 0 13 371 103 102
Binary 10000000 1101110 11100010 101011 110011 0 1011 11111001 1000011 1000010

Color Harmonies of #806EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806EE2

Black with #806EE2

Text Example


Text Example

White with #806EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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