#8761EF

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

Shades of Medium Slate Blue #8761EF

Tints of Medium Slate Blue #8761EF

Color information

#8761EF (or 0x8761EF) is unknown color: approx Medium Slate Blue. HEX triplet: 87, 61 and EF. RGB value is (135,97,239). Sum of RGB (Red+Green+Blue) = 135+97+239=471 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.66% from 471); Green value is 97 (38.28% from 255 or 20.59% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #8761EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8761EF is #789E10. Grayscale: #7C7C7C. Windows color (decimal): -7904785 or 15688071. OLE color: 15688071.

HSL color Cylindrical-coordinate representation of color #8761EF: hue angle of 256.06º 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 #8761EF is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB13597239-
CMYK0.440.5900.06
HSL256.06º81.61%65.88%-
HSV(B)256.06º59.41%93.73%-
XYZ29.8519.9383.94-
YUV124.55192.59135.45-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.66%
GREEN value IS 97 (38.28% from 255) = 20.59%
BLUE value IS 239 (93.75% from 255) = 50.74%
R=28.66%
G=20.59%
B=50.74%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal135972390.440.5900.06256.0681.6165.88
Hex8761EF2C3B061005242
Octal207141357547306400122102
Binary10000111110000111101111101100111011011010000000010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8761EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,97,239); }

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

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

 a { background-color: rgb(135,97,239); }

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

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

 span { border-color: rgb(135,97,239); }

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