Html Css Color HEX #806EED Medium Slate Blue

📋 copy color: '#806EED'

red 128 ◦ green 110 ◦ blue 237

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

Shades of Medium Slate Blue #806EED

Tints of Medium Slate Blue #806EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.89%

R = 26.95%
G = 23.16%
B = 49.89%

CMYK

 C value IS 0.46

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#806EED (or 0x806EED) is known color: Medium Slate Blue. HEX triplet: 80, 6E and ED. RGB value is (128,110,237). Sum of RGB (Red+Green+Blue) = 128+110+237=475 (62% of max value = 765). Red value is 128 (50.39% from 255 or 26.95% from 475); Green value is 110 (43.36% from 255 or 23.16% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #806EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #806EED is #7F9112. Grayscale: #818181. Windows color (decimal): -8360211 or 15560320. OLE color: 15560320.

HSL color Cylindrical-coordinate representation of color #806EED: hue angle of 248.5º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #806EED is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 110 237 -
CMYK 0.46 0.54 0 0.07
HSL 248.5º 0.78% 0.68% -
HSV(B) 248.5º 0.54% 0.93% -
XYZ 29.76 21.86 82.77 -
YUV 129.86 188.46 126.67 -
System Red Green Blue C M Y K H S L
Decimal 128 110 237 0.46 0.54 0 0.07 248.5 0.78 0.68
Hex 80 6E ED 2E 36 0 7 F9 4E 44
Octal 200 156 355 56 66 0 7 371 116 104
Binary 10000000 1101110 11101101 101110 110110 0 111 11111001 1001110 1000100

Color Harmonies of #806EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806EED

Black with #806EED

Text Example


Text Example

White with #806EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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