#875EF7

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

Shades of Medium Slate Blue #875EF7

Tints of Medium Slate Blue #875EF7

Color information

#875EF7 (or 0x875EF7) is unknown color: approx Medium Slate Blue. HEX triplet: 87, 5E and F7. RGB value is (135,94,247). Sum of RGB (Red+Green+Blue) = 135+94+247=476 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.36% from 476); Green value is 94 (37.11% from 255 or 19.75% from 476); Blue value is 247 (96.88% from 255 or 51.89% from 476); Max value from RGB is 247 - color contains mainly: blue. Hex color #875EF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #875EF7 is #78A108. Grayscale: #7B7B7B. Windows color (decimal): -7905545 or 16211591. OLE color: 16211591.

HSL color Cylindrical-coordinate representation of color #875EF7: hue angle of 256.08º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #875EF7 is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB13594247-
CMYK0.450.6200.03
HSL256.08º90.53%66.86%-
HSV(B)256.08º61.94%96.86%-
XYZ30.7819.8790.21-
YUV123.7197.58136.06-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.36%
GREEN value IS 94 (37.11% from 255) = 19.75%
BLUE value IS 247 (96.88% from 255) = 51.89%
R=28.36%
G=19.75%
B=51.89%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal135942470.450.6200.03256.0890.5366.86
Hex875EF72D3E031005b43
Octal207136367557603400133103
Binary1000011110111101111011110110111111001110000000010110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875EF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875EF7; }

 p { color: rgb(135,94,247); }

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

<style>
 a { background-color: #875EF7; }

 a { background-color: rgb(135,94,247); }

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

<style>
 span { border-color: #875EF7; }

 span { border-color: rgb(135,94,247); }

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