#806FF3

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

Shades of Medium Slate Blue #806FF3

Tints of Medium Slate Blue #806FF3

Color information

#806FF3 (or 0x806FF3) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 6F and F3. RGB value is (128,111,243). Sum of RGB (Red+Green+Blue) = 128+111+243=482 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.56% from 482); Green value is 111 (43.75% from 255 or 23.03% from 482); Blue value is 243 (95.31% from 255 or 50.41% from 482); Max value from RGB is 243 - color contains mainly: blue. Hex color #806FF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #806FF3 is #7F900C. Grayscale: #828282. Windows color (decimal): -8359949 or 15953792. OLE color: 15953792.

HSL color Cylindrical-coordinate representation of color #806FF3: hue angle of 247.73º degrees, saturation: 0.85, 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 #806FF3 is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB128111243-
CMYK0.470.5400.05
HSL247.73º84.62%69.41%-
HSV(B)247.73º54.32%95.29%-
XYZ30.7622.4387.5-
YUV131.13191.13125.77-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.56%
GREEN value IS 111 (43.75% from 255) = 23.03%
BLUE value IS 243 (95.31% from 255) = 50.41%
R=26.56%
G=23.03%
B=50.41%

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
Decimal1281112430.470.5400.05247.7384.6269.41
Hex806FF32F3605f85545
Octal200157363576605370125105
Binary1000000011011111111001110111111011001011111100010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806FF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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