#876ff5

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

Shades of Light Slate Blue #876FF5

Tints of Light Slate Blue #876FF5

Color information

#876FF5 (or 0x876FF5) is unknown color: approx Light Slate Blue. HEX triplet: 87, 6F and F5. RGB value is (135,111,245). Sum of RGB (Red+Green+Blue) = 135+111+245=491 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.49% from 491); Green value is 111 (43.75% from 255 or 22.61% from 491); Blue value is 245 (96.09% from 255 or 49.90% from 491); Max value from RGB is 245 - color contains mainly: blue. Hex color #876FF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #876FF5 is #78900A. Grayscale: #848484. Windows color (decimal): -7901195 or 16084871. OLE color: 16084871.

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

Color convert

RGB135111245-
CMYK0.450.5500.04
HSL250.75º87.01%69.8%-
HSV(B)250.75º54.69%96.08%-
XYZ32.1623.1189.15-
YUV133.45190.95129.1-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.49%
GREEN value IS 111 (43.75% from 255) = 22.61%
BLUE value IS 245 (96.09% from 255) = 49.90%
R=27.49%
G=22.61%
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
Decimal1351112450.450.5500.04250.7587.0169.8
Hex876FF52D3704fb5746
Octal207157365556704373127106
Binary1000011111011111111010110110111011101001111101110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876ff5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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