#877AFE

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

Shades of Light Slate Blue #877AFE

Tints of Light Slate Blue #877AFE

Color information

#877AFE (or 0x877AFE) is unknown color: approx Light Slate Blue. HEX triplet: 87, 7A and FE. RGB value is (135,122,254). Sum of RGB (Red+Green+Blue) = 135+122+254=511 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.42% from 511); Green value is 122 (48.05% from 255 or 23.87% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #877AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #877AFE is #788501. Grayscale: #8C8C8C. Windows color (decimal): -7898370 or 16677511. OLE color: 16677511.

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

Color convert

RGB135122254-
CMYK0.470.5200.00
HSL245.91º98.51%73.73%-
HSV(B)245.91º51.97%99.61%-
XYZ34.8426.2396.99-
YUV140.93191.81123.77-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.42%
GREEN value IS 122 (48.05% from 255) = 23.87%
BLUE value IS 254 (99.61% from 255) = 49.71%
R=26.42%
G=23.87%
B=49.71%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1351222540.470.5200.00245.9198.5173.73
Hex877AFE2F3400f6634a
Octal207172376576400366143112
Binary10000111111101011111110101111110100001111011011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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