#8862EF

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

Shades of Medium Slate Blue #8862EF

Tints of Medium Slate Blue #8862EF

Color information

#8862EF (or 0x8862EF) is unknown color: approx Medium Slate Blue. HEX triplet: 88, 62 and EF. RGB value is (136,98,239). Sum of RGB (Red+Green+Blue) = 136+98+239=473 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.75% from 473); Green value is 98 (38.67% from 255 or 20.72% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #8862EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8862EF is #779D10. Grayscale: #7C7C7C. Windows color (decimal): -7838993 or 15688328. OLE color: 15688328.

HSL color Cylindrical-coordinate representation of color #8862EF: hue angle of 256.17º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8862EF is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB13698239-
CMYK0.430.5900.06
HSL256.17º81.5%66.08%-
HSV(B)256.17º59%93.73%-
XYZ30.120.283.97-
YUV125.44192.09135.54-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.75%
GREEN value IS 98 (38.67% from 255) = 20.72%
BLUE value IS 239 (93.75% from 255) = 50.53%
R=28.75%
G=20.72%
B=50.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal136982390.430.5900.06256.1781.566.08
Hex8862EF2B3B061005242
Octal210142357537306400122102
Binary10001000110001011101111101011111011011010000000010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8862EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8862EF; }

 p { color: rgb(136,98,239); }

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

<style>
 a { background-color: #8862EF; }

 a { background-color: rgb(136,98,239); }

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

<style>
 span { border-color: #8862EF; }

 span { border-color: rgb(136,98,239); }

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