#877EFD

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

Shades of Light Slate Blue #877EFD

Tints of Light Slate Blue #877EFD

Color information

#877EFD (or 0x877EFD) is unknown color: approx Light Slate Blue. HEX triplet: 87, 7E and FD. RGB value is (135,126,253). Sum of RGB (Red+Green+Blue) = 135+126+253=514 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.26% from 514); Green value is 126 (49.61% from 255 or 24.51% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #877EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #877EFD is #788102. Grayscale: #8E8E8E. Windows color (decimal): -7897347 or 16612999. OLE color: 16612999.

HSL color Cylindrical-coordinate representation of color #877EFD: hue angle of 244.25º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #877EFD is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB135126253-
CMYK0.470.5000.01
HSL244.25º96.95%74.31%-
HSV(B)244.25º50.2%99.22%-
XYZ35.1827.1696.32-
YUV143.17189.98122.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.26%
GREEN value IS 126 (49.61% from 255) = 24.51%
BLUE value IS 253 (99.22% from 255) = 49.22%
R=26.26%
G=24.51%
B=49.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1351262530.470.5000.01244.2596.9574.31
Hex877EFD2F3201f4614a
Octal207176375576201364141112
Binary10000111111111011111101101111110010011111010011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,126,253); }

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

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

 a { background-color: rgb(135,126,253); }

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

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

 span { border-color: rgb(135,126,253); }

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