#896eec

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

Shades of Medium Slate Blue #896EEC

Tints of Medium Slate Blue #896EEC

Color information

#896EEC (or 0x896EEC) is unknown color: approx Medium Slate Blue. HEX triplet: 89, 6E and EC. RGB value is (137,110,236). Sum of RGB (Red+Green+Blue) = 137+110+236=483 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.36% from 483); Green value is 110 (43.36% from 255 or 22.77% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #896EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #896EEC is #769113. Grayscale: #838383. Windows color (decimal): -7770388 or 15494793. OLE color: 15494793.

HSL color Cylindrical-coordinate representation of color #896EEC: hue angle of 252.86º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #896EEC is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB137110236-
CMYK0.420.5300.07
HSL252.86º76.83%67.84%-
HSV(B)252.86º53.39%92.55%-
XYZ31.0322.5382.07-
YUV132.44186.45131.25-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.36%
GREEN value IS 110 (43.36% from 255) = 22.77%
BLUE value IS 236 (92.58% from 255) = 48.86%
R=28.36%
G=22.77%
B=48.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1371102360.420.5300.07252.8676.8367.84
Hex896EEC2A3507fd4d44
Octal211156354526507375115104
Binary1000100111011101110110010101011010101111111110110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896eec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,110,236); }

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

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

 a { background-color: rgb(137,110,236); }

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

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

 span { border-color: rgb(137,110,236); }

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