#876EF4

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

Shades of Light Slate Blue #876EF4

Tints of Light Slate Blue #876EF4

Color information

#876EF4 (or 0x876EF4) is unknown color: approx Light Slate Blue. HEX triplet: 87, 6E and F4. RGB value is (135,110,244). Sum of RGB (Red+Green+Blue) = 135+110+244=489 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.61% from 489); Green value is 110 (43.36% from 255 or 22.49% from 489); Blue value is 244 (95.70% from 255 or 49.90% from 489); Max value from RGB is 244 - color contains mainly: blue. Hex color #876EF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #876EF4 is #78910B. Grayscale: #848484. Windows color (decimal): -7901452 or 16019079. OLE color: 16019079.

HSL color Cylindrical-coordinate representation of color #876EF4: hue angle of 251.19º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #876EF4 is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB135110244-
CMYK0.450.5500.04
HSL251.19º85.9%69.41%-
HSV(B)251.19º54.92%95.69%-
XYZ31.922.8388.31-
YUV132.75190.78129.6-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.61%
GREEN value IS 110 (43.36% from 255) = 22.49%
BLUE value IS 244 (95.70% from 255) = 49.90%
R=27.61%
G=22.49%
B=49.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1351102440.450.5500.04251.1985.969.41
Hex876EF42D3704fb5645
Octal207156364556704373126105
Binary1000011111011101111010010110111011101001111101110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876EF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876EF4; }

 p { color: rgb(135,110,244); }

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

<style>
 a { background-color: #876EF4; }

 a { background-color: rgb(135,110,244); }

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

<style>
 span { border-color: #876EF4; }

 span { border-color: rgb(135,110,244); }

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