#806EF4

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

Shades of Medium Slate Blue #806EF4

Tints of Medium Slate Blue #806EF4

Color information

#806EF4 (or 0x806EF4) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 6E and F4. RGB value is (128,110,244). Sum of RGB (Red+Green+Blue) = 128+110+244=482 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.56% from 482); Green value is 110 (43.36% from 255 or 22.82% from 482); Blue value is 244 (95.70% from 255 or 50.62% from 482); Max value from RGB is 244 - color contains mainly: blue. Hex color #806EF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #806EF4 is #7F910B. Grayscale: #828282. Windows color (decimal): -8360204 or 16019072. OLE color: 16019072.

HSL color Cylindrical-coordinate representation of color #806EF4: hue angle of 248.06º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #806EF4 is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB128110244-
CMYK0.480.5500.04
HSL248.06º85.9%69.41%-
HSV(B)248.06º54.92%95.69%-
XYZ30.8122.2788.26-
YUV130.66191.96126.1-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.56%
GREEN value IS 110 (43.36% from 255) = 22.82%
BLUE value IS 244 (95.70% from 255) = 50.62%
R=26.56%
G=22.82%
B=50.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1281102440.480.5500.04248.0685.969.41
Hex806EF4303704f85645
Octal200156364606704370126105
Binary1000000011011101111010011000011011101001111100010101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806EF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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