#877DF8

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

Shades of Light Slate Blue #877DF8

Tints of Light Slate Blue #877DF8

Color information

#877DF8 (or 0x877DF8) is unknown color: approx Light Slate Blue. HEX triplet: 87, 7D and F8. RGB value is (135,125,248). Sum of RGB (Red+Green+Blue) = 135+125+248=508 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.57% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 248 (97.27% from 255 or 48.82% from 508); Max value from RGB is 248 - color contains mainly: blue. Hex color #877DF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #877DF8 is #788207. Grayscale: #8D8D8D. Windows color (decimal): -7897608 or 16285063. OLE color: 16285063.

HSL color Cylindrical-coordinate representation of color #877DF8: hue angle of 244.88º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #877DF8 is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB135125248-
CMYK0.460.5000.03
HSL244.88º89.78%73.14%-
HSV(B)244.88º49.6%97.25%-
XYZ34.2726.692.13-
YUV142.01187.81123-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.57%
GREEN value IS 125 (49.22% from 255) = 24.61%
BLUE value IS 248 (97.27% from 255) = 48.82%
R=26.57%
G=24.61%
B=48.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1351252480.460.5000.03244.8889.7873.14
Hex877DF82E3203f55a49
Octal207175370566203365132111
Binary100001111111101111110001011101100100111111010110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877DF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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