#8771EC

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

Shades of Medium Slate Blue #8771EC

Tints of Medium Slate Blue #8771EC

Color information

#8771EC (or 0x8771EC) is unknown color: approx Medium Slate Blue. HEX triplet: 87, 71 and EC. RGB value is (135,113,236). Sum of RGB (Red+Green+Blue) = 135+113+236=484 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.89% from 484); Green value is 113 (44.53% from 255 or 23.35% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #8771EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8771EC is #788E13. Grayscale: #858585. Windows color (decimal): -7900692 or 15495559. OLE color: 15495559.

HSL color Cylindrical-coordinate representation of color #8771EC: hue angle of 250.73º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8771EC is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB135113236-
CMYK0.430.5200.07
HSL250.73º76.4%68.43%-
HSV(B)250.73º52.12%92.55%-
XYZ31.0423.0282.16-
YUV133.6185.79129-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.89%
GREEN value IS 113 (44.53% from 255) = 23.35%
BLUE value IS 236 (92.58% from 255) = 48.76%
R=27.89%
G=23.35%
B=48.76%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1351132360.430.5200.07250.7376.468.43
Hex8771EC2B3407fb4c44
Octal207161354536407373114104
Binary1000011111100011110110010101111010001111111101110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8771EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8771EC; }

 p { color: rgb(135,113,236); }

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

<style>
 a { background-color: #8771EC; }

 a { background-color: rgb(135,113,236); }

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

<style>
 span { border-color: #8771EC; }

 span { border-color: rgb(135,113,236); }

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