#876FF8

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

Shades of Light Slate Blue #876FF8

Tints of Light Slate Blue #876FF8

Color information

#876FF8 (or 0x876FF8) is unknown color: approx Light Slate Blue. HEX triplet: 87, 6F and F8. RGB value is (135,111,248). Sum of RGB (Red+Green+Blue) = 135+111+248=494 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.33% from 494); Green value is 111 (43.75% from 255 or 22.47% from 494); Blue value is 248 (97.27% from 255 or 50.20% from 494); Max value from RGB is 248 - color contains mainly: blue. Hex color #876FF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #876FF8 is #789007. Grayscale: #858585. Windows color (decimal): -7901192 or 16281479. OLE color: 16281479.

HSL color Cylindrical-coordinate representation of color #876FF8: hue angle of 250.51º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #876FF8 is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB135111248-
CMYK0.460.5500.03
HSL250.51º90.73%70.39%-
HSV(B)250.51º55.24%97.25%-
XYZ32.6223.391.58-
YUV133.79192.45128.86-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.33%
GREEN value IS 111 (43.75% from 255) = 22.47%
BLUE value IS 248 (97.27% from 255) = 50.20%
R=27.33%
G=22.47%
B=50.20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1351112480.460.5500.03250.5190.7370.39
Hex876FF82E3703fb5b46
Octal207157370566703373133106
Binary100001111101111111110001011101101110111111101110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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