#806AEB

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

Shades of Medium Slate Blue #806AEB

Tints of Medium Slate Blue #806AEB

Color information

#806AEB (or 0x806AEB) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 6A and EB. RGB value is (128,106,235). Sum of RGB (Red+Green+Blue) = 128+106+235=469 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.29% from 469); Green value is 106 (41.80% from 255 or 22.60% from 469); Blue value is 235 (92.19% from 255 or 50.11% from 469); Max value from RGB is 235 - color contains mainly: blue. Hex color #806AEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #806AEB is #7F9514. Grayscale: #7E7E7E. Windows color (decimal): -8361237 or 15428224. OLE color: 15428224.

HSL color Cylindrical-coordinate representation of color #806AEB: hue angle of 250.23º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #806AEB is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB128106235-
CMYK0.460.5500.08
HSL250.23º76.33%66.86%-
HSV(B)250.23º54.89%92.16%-
XYZ29.0520.981.1-
YUV127.28188.79128.51-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.29%
GREEN value IS 106 (41.80% from 255) = 22.60%
BLUE value IS 235 (92.19% from 255) = 50.11%
R=27.29%
G=22.60%
B=50.11%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1281062350.460.5500.08250.2376.3366.86
Hex806AEB2E3708fa4c43
Octal2001523535667010372114103
Binary10000000110101011101011101110110111010001111101010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,106,235); }

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

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

 a { background-color: rgb(128,106,235); }

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

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

 span { border-color: rgb(128,106,235); }

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