Html Css Color HEX #806CE1 Medium Slate Blue

📋 copy color: '#806CE1'

red 128 ◦ green 108 ◦ blue 225

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

Shades of Medium Slate Blue #806CE1

Tints of Medium Slate Blue #806CE1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.43%

 BLUE value IS 225 (88.28% from 255) = 48.81%

R = 27.77%
G = 23.43%
B = 48.81%

CMYK

 C value IS 0.43

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#806CE1 (or 0x806CE1) is known color: Medium Slate Blue. HEX triplet: 80, 6C and E1. RGB value is (128,108,225). Sum of RGB (Red+Green+Blue) = 128+108+225=461 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.77% from 461); Green value is 108 (42.58% from 255 or 23.43% from 461); Blue value is 225 (88.28% from 255 or 48.81% from 461); Max value from RGB is 225 - color contains mainly: blue. Hex color #806CE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806CE1 is #7F931E. Grayscale: #7E7E7E. Windows color (decimal): -8360735 or 14773376. OLE color: 14773376.

HSL color Cylindrical-coordinate representation of color #806CE1: hue angle of 250.26º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #806CE1 is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 128 108 225 -
CMYK 0.43 0.52 0 0.12
HSL 250.26º 0.66% 0.65% -
HSV(B) 250.26º 0.52% 0.88% -
XYZ 27.86 20.75 73.77 -
YUV 127.32 183.13 128.49 -
System Red Green Blue C M Y K H S L
Decimal 128 108 225 0.43 0.52 0 0.12 250.26 0.66 0.65
Hex 80 6C E1 2B 34 0 C FA 42 41
Octal 200 154 341 53 64 0 14 372 102 101
Binary 10000000 1101100 11100001 101011 110100 0 1100 11111010 1000010 1000001

Color Harmonies of #806CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806CE1

Black with #806CE1

Text Example


Text Example

White with #806CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,108,225); }

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

background-color css

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

 a { background-color: rgb(128,108,225); }

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

border-color css

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

 span { border-color: rgb(128,108,225); }

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