#875EF8

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

Shades of Medium Slate Blue #875EF8

Tints of Medium Slate Blue #875EF8

Color information

#875EF8 (or 0x875EF8) is unknown color: approx Medium Slate Blue. HEX triplet: 87, 5E and F8. RGB value is (135,94,248). Sum of RGB (Red+Green+Blue) = 135+94+248=477 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.30% from 477); Green value is 94 (37.11% from 255 or 19.71% from 477); Blue value is 248 (97.27% from 255 or 51.99% from 477); Max value from RGB is 248 - color contains mainly: blue. Hex color #875EF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #875EF8 is #78A107. Grayscale: #7B7B7B. Windows color (decimal): -7905544 or 16277127. OLE color: 16277127.

HSL color Cylindrical-coordinate representation of color #875EF8: hue angle of 255.97º degrees, saturation: 0.92, 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 #875EF8 is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB13594248-
CMYK0.460.6200.03
HSL255.97º91.67%67.06%-
HSV(B)255.97º62.1%97.25%-
XYZ30.9419.9391.02-
YUV123.82198.08135.98-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.30%
GREEN value IS 94 (37.11% from 255) = 19.71%
BLUE value IS 248 (97.27% from 255) = 51.99%
R=28.30%
G=19.71%
B=51.99%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal135942480.460.6200.03255.9791.6767.06
Hex875EF82E3E031005c43
Octal207136370567603400134103
Binary1000011110111101111100010111011111001110000000010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875EF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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