#806EF0

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

Shades of Medium Slate Blue #806EF0

Tints of Medium Slate Blue #806EF0

Color information

#806EF0 (or 0x806EF0) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 6E and F0. RGB value is (128,110,240). Sum of RGB (Red+Green+Blue) = 128+110+240=478 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.78% from 478); Green value is 110 (43.36% from 255 or 23.01% from 478); Blue value is 240 (94.14% from 255 or 50.21% from 478); Max value from RGB is 240 - color contains mainly: blue. Hex color #806EF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #806EF0 is #7F910F. Grayscale: #818181. Windows color (decimal): -8360208 or 15756928. OLE color: 15756928.

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

Color convert

RGB128110240-
CMYK0.470.5400.06
HSL248.31º81.25%68.63%-
HSV(B)248.31º54.17%94.12%-
XYZ30.2122.0385.1-
YUV130.2189.96126.43-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.78%
GREEN value IS 110 (43.36% from 255) = 23.01%
BLUE value IS 240 (94.14% from 255) = 50.21%
R=26.78%
G=23.01%
B=50.21%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1281102400.470.5400.06248.3181.2568.63
Hex806EF02F3606f85145
Octal200156360576606370121105
Binary1000000011011101111000010111111011001101111100010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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