#806AEE

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

Shades of Medium Slate Blue #806AEE

Tints of Medium Slate Blue #806AEE

Color information

#806AEE (or 0x806AEE) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 6A and EE. RGB value is (128,106,238). Sum of RGB (Red+Green+Blue) = 128+106+238=472 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.12% from 472); Green value is 106 (41.80% from 255 or 22.46% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #806AEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #806AEE is #7F9511. Grayscale: #7F7F7F. Windows color (decimal): -8361234 or 15624832. OLE color: 15624832.

HSL color Cylindrical-coordinate representation of color #806AEE: hue angle of 250º degrees, saturation: 0.8, 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 #806AEE is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB128106238-
CMYK0.460.5500.07
HSL250º79.52%67.45%-
HSV(B)250º55.46%93.33%-
XYZ29.4921.0783.4-
YUV127.63190.29128.27-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.12%
GREEN value IS 106 (41.80% from 255) = 22.46%
BLUE value IS 238 (93.36% from 255) = 50.42%
R=27.12%
G=22.46%
B=50.42%

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
Decimal1281062380.460.5500.0725079.5267.45
Hex806AEE2E3707fa5043
Octal200152356566707372120103
Binary1000000011010101110111010111011011101111111101010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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