#877DEA

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

Shades of Medium Slate Blue #877DEA

Tints of Medium Slate Blue #877DEA

Color information

#877DEA (or 0x877DEA) is unknown color: approx Medium Slate Blue. HEX triplet: 87, 7D and EA. RGB value is (135,125,234). Sum of RGB (Red+Green+Blue) = 135+125+234=494 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.33% from 494); Green value is 125 (49.22% from 255 or 25.30% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #877DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #877DEA is #788215. Grayscale: #8B8B8B. Windows color (decimal): -7897622 or 15367559. OLE color: 15367559.

HSL color Cylindrical-coordinate representation of color #877DEA: hue angle of 245.5º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #877DEA is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB135125234-
CMYK0.420.4700.08
HSL245.5º72.19%70.39%-
HSV(B)245.5º46.58%91.76%-
XYZ32.1825.7681.12-
YUV140.42180.81124.14-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.33%
GREEN value IS 125 (49.22% from 255) = 25.30%
BLUE value IS 234 (91.80% from 255) = 47.37%
R=27.33%
G=25.30%
B=47.37%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1351252340.420.4700.08245.572.1970.39
Hex877DEA2A2F08f64846
Octal2071753525257010366110106
Binary10000111111110111101010101010101111010001111011010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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