#8965EA

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

Shades of Medium Slate Blue #8965EA

Tints of Medium Slate Blue #8965EA

Color information

#8965EA (or 0x8965EA) is unknown color: approx Medium Slate Blue. HEX triplet: 89, 65 and EA. RGB value is (137,101,234). Sum of RGB (Red+Green+Blue) = 137+101+234=472 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.03% from 472); Green value is 101 (39.84% from 255 or 21.40% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #8965EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8965EA is #769A15. Grayscale: #7E7E7E. Windows color (decimal): -7772694 or 15361417. OLE color: 15361417.

HSL color Cylindrical-coordinate representation of color #8965EA: hue angle of 256.24º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8965EA is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB137101234-
CMYK0.410.5700.08
HSL256.24º76%65.69%-
HSV(B)256.24º56.84%91.76%-
XYZ29.8220.5780.24-
YUV126.93188.43135.19-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.03%
GREEN value IS 101 (39.84% from 255) = 21.40%
BLUE value IS 234 (91.80% from 255) = 49.58%
R=29.03%
G=21.40%
B=49.58%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1371012340.410.5700.08256.247665.69
Hex8965EA2939081004c42
Octal2111453525171010400114102
Binary100010011100101111010101010011110010100010000000010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8965EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8965EA; }

 p { color: rgb(137,101,234); }

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

<style>
 a { background-color: #8965EA; }

 a { background-color: rgb(137,101,234); }

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

<style>
 span { border-color: #8965EA; }

 span { border-color: rgb(137,101,234); }

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