#876EF1

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

Shades of Medium Slate Blue #876EF1

Tints of Medium Slate Blue #876EF1

Color information

#876EF1 (or 0x876EF1) is unknown color: approx Medium Slate Blue. HEX triplet: 87, 6E and F1. RGB value is (135,110,241). Sum of RGB (Red+Green+Blue) = 135+110+241=486 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.78% from 486); Green value is 110 (43.36% from 255 or 22.63% from 486); Blue value is 241 (94.53% from 255 or 49.59% from 486); Max value from RGB is 241 - color contains mainly: blue. Hex color #876EF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #876EF1 is #78910E. Grayscale: #838383. Windows color (decimal): -7901455 or 15822471. OLE color: 15822471.

HSL color Cylindrical-coordinate representation of color #876EF1: hue angle of 251.45º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #876EF1 is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB135110241-
CMYK0.440.5400.05
HSL251.45º82.39%68.82%-
HSV(B)251.45º54.36%94.51%-
XYZ31.4422.6585.93-
YUV132.41189.28129.85-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.78%
GREEN value IS 110 (43.36% from 255) = 22.63%
BLUE value IS 241 (94.53% from 255) = 49.59%
R=27.78%
G=22.63%
B=49.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1351102410.440.5400.05251.4582.3968.82
Hex876EF12C3605fb5245
Octal207156361546605373122105
Binary1000011111011101111000110110011011001011111101110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876EF1; }

 p { color: rgb(135,110,241); }

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

<style>
 a { background-color: #876EF1; }

 a { background-color: rgb(135,110,241); }

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

<style>
 span { border-color: #876EF1; }

 span { border-color: rgb(135,110,241); }

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