#875DEA

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

Shades of Medium Slate Blue #875DEA

Tints of Medium Slate Blue #875DEA

Color information

#875DEA (or 0x875DEA) is unknown color: approx Medium Slate Blue. HEX triplet: 87, 5D and EA. RGB value is (135,93,234). Sum of RGB (Red+Green+Blue) = 135+93+234=462 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.22% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #875DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #875DEA is #78A215. Grayscale: #797979. Windows color (decimal): -7905814 or 15359367. OLE color: 15359367.

HSL color Cylindrical-coordinate representation of color #875DEA: hue angle of 257.87º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #875DEA is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB13593234-
CMYK0.420.6000.08
HSL257.87º77.05%64.12%-
HSV(B)257.87º60.26%91.76%-
XYZ28.7618.9279.98-
YUV121.63191.41137.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.22%
GREEN value IS 93 (36.72% from 255) = 20.13%
BLUE value IS 234 (91.80% from 255) = 50.65%
R=29.22%
G=20.13%
B=50.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal135932340.420.6000.08257.8777.0564.12
Hex875DEA2A3C081024d40
Octal2071353525274010402115100
Binary100001111011101111010101010101111000100010000001010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,93,234); }

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

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

 a { background-color: rgb(135,93,234); }

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

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

 span { border-color: rgb(135,93,234); }

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