#876CFE

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

Shades of Light Slate Blue #876CFE

Tints of Light Slate Blue #876CFE

Color information

#876CFE (or 0x876CFE) is unknown color: approx Light Slate Blue. HEX triplet: 87, 6C and FE. RGB value is (135,108,254). Sum of RGB (Red+Green+Blue) = 135+108+254=497 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.16% from 497); Green value is 108 (42.58% from 255 or 21.73% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #876CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #876CFE is #789301. Grayscale: #848484. Windows color (decimal): -7901954 or 16673927. OLE color: 16673927.

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

Color convert

RGB135108254-
CMYK0.470.5700.00
HSL251.1º98.65%70.98%-
HSV(B)251.1º57.48%99.61%-
XYZ33.2423.0396.46-
YUV132.72196.45129.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.16%
GREEN value IS 108 (42.58% from 255) = 21.73%
BLUE value IS 254 (99.61% from 255) = 51.11%
R=27.16%
G=21.73%
B=51.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1351082540.470.5700.00251.198.6570.98
Hex876CFE2F3900fb6347
Octal207154376577100373143107
Binary10000111110110011111110101111111001001111101111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,108,254); }

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

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

 a { background-color: rgb(135,108,254); }

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

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

 span { border-color: rgb(135,108,254); }

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