#876FFF

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

Shades of Light Slate Blue #876FFF

Tints of Light Slate Blue #876FFF

Color information

#876FFF (or 0x876FFF) is unknown color: approx Light Slate Blue. HEX triplet: 87, 6F and FF. RGB value is (135,111,255). Sum of RGB (Red+Green+Blue) = 135+111+255=501 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.95% from 501); Green value is 111 (43.75% from 255 or 22.16% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #876FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #876FFF is #789000. Grayscale: #868686. Windows color (decimal): -7901185 or 16740231. OLE color: 16740231.

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

Color convert

RGB135111255-
CMYK0.470.5600
HSL250º100%71.76%-
HSV(B)250º56.47%100%-
XYZ33.7323.7497.41-
YUV134.59195.95128.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.95%
GREEN value IS 111 (43.75% from 255) = 22.16%
BLUE value IS 255 (100% from 255) = 50.90%
R=26.95%
G=22.16%
B=50.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1351112550.470.560025010071.76
Hex876FFF2F3800fa6448
Octal207157377577000372144110
Binary10000111110111111111111101111111000001111101011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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