#877FF8

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

Shades of Light Slate Blue #877FF8

Tints of Light Slate Blue #877FF8

Color information

#877FF8 (or 0x877FF8) is unknown color: approx Light Slate Blue. HEX triplet: 87, 7F and F8. RGB value is (135,127,248). Sum of RGB (Red+Green+Blue) = 135+127+248=510 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.47% from 510); Green value is 127 (50% from 255 or 24.90% from 510); Blue value is 248 (97.27% from 255 or 48.63% from 510); Max value from RGB is 248 - color contains mainly: blue. Hex color #877FF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #877FF8 is #788007. Grayscale: #8E8E8E. Windows color (decimal): -7897096 or 16285575. OLE color: 16285575.

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

Color convert

RGB135127248-
CMYK0.460.4900.03
HSL243.97º89.63%73.53%-
HSV(B)243.97º48.79%97.25%-
XYZ34.5227.1192.22-
YUV143.19187.15122.16-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.47%
GREEN value IS 127 (50% from 255) = 24.90%
BLUE value IS 248 (97.27% from 255) = 48.63%
R=26.47%
G=24.90%
B=48.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1351272480.460.4900.03243.9789.6373.53
Hex877FF82E3103f45a4a
Octal207177370566103364132112
Binary100001111111111111110001011101100010111111010010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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