#877AE6

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

Shades of Medium Slate Blue #877AE6

Tints of Medium Slate Blue #877AE6

Color information

#877AE6 (or 0x877AE6) is unknown color: approx Medium Slate Blue. HEX triplet: 87, 7A and E6. RGB value is (135,122,230). Sum of RGB (Red+Green+Blue) = 135+122+230=487 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.72% from 487); Green value is 122 (48.05% from 255 or 25.05% from 487); Blue value is 230 (90.23% from 255 or 47.23% from 487); Max value from RGB is 230 - color contains mainly: blue. Hex color #877AE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #877AE6 is #788519. Grayscale: #898989. Windows color (decimal): -7898394 or 15104647. OLE color: 15104647.

HSL color Cylindrical-coordinate representation of color #877AE6: hue angle of 247.22º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #877AE6 is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB135122230-
CMYK0.410.4700.10
HSL247.22º68.35%69.02%-
HSV(B)247.22º46.96%90.2%-
XYZ31.2324.7878-
YUV138.2179.81125.72-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.72%
GREEN value IS 122 (48.05% from 255) = 25.05%
BLUE value IS 230 (90.23% from 255) = 47.23%
R=27.72%
G=25.05%
B=47.23%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1351222300.410.4700.10247.2268.3569.02
Hex877AE6292F0Af74445
Octal2071723465157012367104105
Binary10000111111101011100110101001101111010101111011110001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,122,230); }

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

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

 a { background-color: rgb(135,122,230); }

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

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

 span { border-color: rgb(135,122,230); }

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