#876BF5

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

Shades of Light Slate Blue #876BF5

Tints of Light Slate Blue #876BF5

Color information

#876BF5 (or 0x876BF5) is unknown color: approx Light Slate Blue. HEX triplet: 87, 6B and F5. RGB value is (135,107,245). Sum of RGB (Red+Green+Blue) = 135+107+245=487 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.72% from 487); Green value is 107 (42.19% from 255 or 21.97% from 487); Blue value is 245 (96.09% from 255 or 50.31% from 487); Max value from RGB is 245 - color contains mainly: blue. Hex color #876BF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #876BF5 is #78940A. Grayscale: #828282. Windows color (decimal): -7902219 or 16083847. OLE color: 16083847.

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

Color convert

RGB135107245-
CMYK0.450.5600.04
HSL252.17º87.34%69.02%-
HSV(B)252.17º56.33%96.08%-
XYZ31.7322.2689.01-
YUV131.1192.28130.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.72%
GREEN value IS 107 (42.19% from 255) = 21.97%
BLUE value IS 245 (96.09% from 255) = 50.31%
R=27.72%
G=21.97%
B=50.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1351072450.450.5600.04252.1787.3469.02
Hex876BF52D3804fc5745
Octal207153365557004374127105
Binary1000011111010111111010110110111100001001111110010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,107,245); }

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

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

 a { background-color: rgb(135,107,245); }

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

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

 span { border-color: rgb(135,107,245); }

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