#806AED

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

Shades of Medium Slate Blue #806AED

Tints of Medium Slate Blue #806AED

Color information

#806AED (or 0x806AED) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 6A and ED. RGB value is (128,106,237). Sum of RGB (Red+Green+Blue) = 128+106+237=471 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.18% from 471); Green value is 106 (41.80% from 255 or 22.51% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #806AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #806AED is #7F9512. Grayscale: #7F7F7F. Windows color (decimal): -8361235 or 15559296. OLE color: 15559296.

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

Color convert

RGB128106237-
CMYK0.460.5500.07
HSL250.08º78.44%67.25%-
HSV(B)250.08º55.27%92.94%-
XYZ29.3421.0182.63-
YUV127.51189.79128.35-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.18%
GREEN value IS 106 (41.80% from 255) = 22.51%
BLUE value IS 237 (92.97% from 255) = 50.32%
R=27.18%
G=22.51%
B=50.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1281062370.460.5500.07250.0878.4467.25
Hex806AED2E3707fa4e43
Octal200152355566707372116103
Binary1000000011010101110110110111011011101111111101010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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