#806ADA

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

Shades of Medium Slate Blue #806ADA

Tints of Medium Slate Blue #806ADA

Color information

#806ADA (or 0x806ADA) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 6A and DA. RGB value is (128,106,218). Sum of RGB (Red+Green+Blue) = 128+106+218=452 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.32% from 452); Green value is 106 (41.80% from 255 or 23.45% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #806ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806ADA is #7F9525. Grayscale: #7C7C7C. Windows color (decimal): -8361254 or 14314112. OLE color: 14314112.

HSL color Cylindrical-coordinate representation of color #806ADA: hue angle of 251.79º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #806ADA is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB128106218-
CMYK0.410.5100.15
HSL251.79º60.22%63.53%-
HSV(B)251.79º51.38%85.49%-
XYZ26.7119.9668.77-
YUV125.35180.29129.89-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.32%
GREEN value IS 106 (41.80% from 255) = 23.45%
BLUE value IS 218 (85.55% from 255) = 48.23%
R=28.32%
G=23.45%
B=48.23%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1281062180.410.5100.15251.7960.2263.53
Hex806ADA29330Ffc3c40
Octal200152332516301737474100
Binary1000000011010101101101010100111001101111111111001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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