#876DFA

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

Shades of Light Slate Blue #876DFA

Tints of Light Slate Blue #876DFA

Color information

#876DFA (or 0x876DFA) is unknown color: approx Light Slate Blue. HEX triplet: 87, 6D and FA. RGB value is (135,109,250). Sum of RGB (Red+Green+Blue) = 135+109+250=494 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.33% from 494); Green value is 109 (42.97% from 255 or 22.06% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #876DFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #876DFA is #789205. Grayscale: #848484. Windows color (decimal): -7901702 or 16412039. OLE color: 16412039.

HSL color Cylindrical-coordinate representation of color #876DFA: hue angle of 251.06º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #876DFA is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB135109250-
CMYK0.460.5600.02
HSL251.06º93.38%70.39%-
HSV(B)251.06º56.4%98.04%-
XYZ32.7222.9993.16-
YUV132.85194.11129.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.33%
GREEN value IS 109 (42.97% from 255) = 22.06%
BLUE value IS 250 (98.05% from 255) = 50.61%
R=27.33%
G=22.06%
B=50.61%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1351092500.460.5600.02251.0693.3870.39
Hex876DFA2E3802fb5d46
Octal207155372567002373135106
Binary100001111101101111110101011101110000101111101110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,109,250); }

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

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

 a { background-color: rgb(135,109,250); }

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

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

 span { border-color: rgb(135,109,250); }

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