#806FE0

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

Shades of Medium Slate Blue #806FE0

Tints of Medium Slate Blue #806FE0

Color information

#806FE0 (or 0x806FE0) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 6F and E0. RGB value is (128,111,224). Sum of RGB (Red+Green+Blue) = 128+111+224=463 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.65% from 463); Green value is 111 (43.75% from 255 or 23.97% from 463); Blue value is 224 (87.89% from 255 or 48.38% from 463); Max value from RGB is 224 - color contains mainly: blue. Hex color #806FE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806FE0 is #7F901F. Grayscale: #808080. Windows color (decimal): -8359968 or 14708608. OLE color: 14708608.

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

Color convert

RGB128111224-
CMYK0.430.5000.12
HSL249.03º64.57%65.69%-
HSV(B)249.03º50.45%87.84%-
XYZ28.0421.3473.16-
YUV128.96181.63127.31-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.65%
GREEN value IS 111 (43.75% from 255) = 23.97%
BLUE value IS 224 (87.89% from 255) = 48.38%
R=27.65%
G=23.97%
B=48.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1281112240.430.5000.12249.0364.5765.69
Hex806FE02B320Cf94142
Octal2001573405362014371101102
Binary10000000110111111100000101011110010011001111100110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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