#876BF7

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

Shades of Light Slate Blue #876BF7

Tints of Light Slate Blue #876BF7

Color information

#876BF7 (or 0x876BF7) is unknown color: approx Light Slate Blue. HEX triplet: 87, 6B and F7. RGB value is (135,107,247). Sum of RGB (Red+Green+Blue) = 135+107+247=489 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.61% from 489); Green value is 107 (42.19% from 255 or 21.88% from 489); Blue value is 247 (96.88% from 255 or 50.51% from 489); Max value from RGB is 247 - color contains mainly: blue. Hex color #876BF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #876BF7 is #789408. Grayscale: #828282. Windows color (decimal): -7902217 or 16214919. OLE color: 16214919.

HSL color Cylindrical-coordinate representation of color #876BF7: hue angle of 252º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #876BF7 is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB135107247-
CMYK0.450.5700.03
HSL252º89.74%69.41%-
HSV(B)252º56.68%96.86%-
XYZ32.0422.3890.63-
YUV131.33193.28130.62-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.61%
GREEN value IS 107 (42.19% from 255) = 21.88%
BLUE value IS 247 (96.88% from 255) = 50.51%
R=27.61%
G=21.88%
B=50.51%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1351072470.450.5700.0325289.7469.41
Hex876BF72D3903fc5a45
Octal207153367557103374132105
Binary100001111101011111101111011011110010111111110010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876BF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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