#877DFF

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

Shades of Light Slate Blue #877DFF

Tints of Light Slate Blue #877DFF

Color information

#877DFF (or 0x877DFF) is unknown color: approx Light Slate Blue. HEX triplet: 87, 7D and FF. RGB value is (135,125,255). Sum of RGB (Red+Green+Blue) = 135+125+255=515 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.21% from 515); Green value is 125 (49.22% from 255 or 24.27% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #877DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #877DFF is #788200. Grayscale: #8E8E8E. Windows color (decimal): -7897601 or 16743815. OLE color: 16743815.

HSL color Cylindrical-coordinate representation of color #877DFF: hue angle of 244.62º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #877DFF is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB135125255-
CMYK0.470.5100
HSL244.62º100%74.51%-
HSV(B)244.62º50.98%100%-
XYZ35.3827.0497.96-
YUV142.81191.31122.43-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.21%
GREEN value IS 125 (49.22% from 255) = 24.27%
BLUE value IS 255 (100% from 255) = 49.51%
R=26.21%
G=24.27%
B=49.51%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1351252550.470.5100244.6210074.51
Hex877DFF2F3300f5644b
Octal207175377576300365144113
Binary10000111111110111111111101111110011001111010111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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