#807AEE

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

Shades of Medium Slate Blue #807AEE

Tints of Medium Slate Blue #807AEE

Color information

#807AEE (or 0x807AEE) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 7A and EE. RGB value is (128,122,238). Sum of RGB (Red+Green+Blue) = 128+122+238=488 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.23% from 488); Green value is 122 (48.05% from 255 or 25% from 488); Blue value is 238 (93.36% from 255 or 48.77% from 488); Max value from RGB is 238 - color contains mainly: blue. Hex color #807AEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #807AEE is #7F8511. Grayscale: #888888. Windows color (decimal): -8357138 or 15628928. OLE color: 15628928.

HSL color Cylindrical-coordinate representation of color #807AEE: hue angle of 243.1º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #807AEE is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB128122238-
CMYK0.460.4900.07
HSL243.1º77.33%70.59%-
HSV(B)243.1º48.74%93.33%-
XYZ31.2924.6884-
YUV137.02184.99121.57-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.23%
GREEN value IS 122 (48.05% from 255) = 25%
BLUE value IS 238 (93.36% from 255) = 48.77%
R=26.23%
G=25%
B=48.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1281222380.460.4900.07243.177.3370.59
Hex807AEE2E3107f34d47
Octal200172356566107363115107
Binary1000000011110101110111010111011000101111111001110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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