#806FF2

Color #806FF2 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #806FF2

Tints of Medium Slate Blue #806FF2

Color information

#806FF2 (or 0x806FF2) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 6F and F2. RGB value is (128,111,242). Sum of RGB (Red+Green+Blue) = 128+111+242=481 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.61% from 481); Green value is 111 (43.75% from 255 or 23.08% from 481); Blue value is 242 (94.92% from 255 or 50.31% from 481); Max value from RGB is 242 - color contains mainly: blue. Hex color #806FF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #806FF2 is #7F900D. Grayscale: #828282. Windows color (decimal): -8359950 or 15888256. OLE color: 15888256.

HSL color Cylindrical-coordinate representation of color #806FF2: hue angle of 247.79º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #806FF2 is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB128111242-
CMYK0.470.5400.05
HSL247.79º83.44%69.22%-
HSV(B)247.79º54.13%94.9%-
XYZ30.6122.3786.71-
YUV131.02190.63125.85-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.61%
GREEN value IS 111 (43.75% from 255) = 23.08%
BLUE value IS 242 (94.92% from 255) = 50.31%
R=26.61%
G=23.08%
B=50.31%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1281112420.470.5400.05247.7983.4469.22
Hex806FF22F3605f85345
Octal200157362576605370123105
Binary1000000011011111111001010111111011001011111100010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,111,242); }

 H1.HeaderClassName
 {
   color: #806FF2;
 }
 .AnyTagClassName
 {
   color: #806FF2;
 }
</style>
background-color css

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

 a { background-color: rgb(128,111,242); }

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

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

 span { border-color: rgb(128,111,242); }

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