#896AEE

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

Shades of Medium Slate Blue #896AEE

Tints of Medium Slate Blue #896AEE

Color information

#896AEE (or 0x896AEE) is unknown color: approx Medium Slate Blue. HEX triplet: 89, 6A and EE. RGB value is (137,106,238). Sum of RGB (Red+Green+Blue) = 137+106+238=481 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.48% from 481); Green value is 106 (41.80% from 255 or 22.04% from 481); Blue value is 238 (93.36% from 255 or 49.48% from 481); Max value from RGB is 238 - color contains mainly: blue. Hex color #896AEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896AEE is #769511. Grayscale: #818181. Windows color (decimal): -7771410 or 15624841. OLE color: 15624841.

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

Color convert

RGB137106238-
CMYK0.420.5500.07
HSL254.09º79.52%67.45%-
HSV(B)254.09º55.46%93.33%-
XYZ30.921.883.47-
YUV130.32188.77132.77-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.48%
GREEN value IS 106 (41.80% from 255) = 22.04%
BLUE value IS 238 (93.36% from 255) = 49.48%
R=28.48%
G=22.04%
B=49.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1371062380.420.5500.07254.0979.5267.45
Hex896AEE2A3707fe5043
Octal211152356526707376120103
Binary1000100111010101110111010101011011101111111111010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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