#876FAC

Color #876FAC Deluge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deluge #876FAC

Tints of Deluge #876FAC

Color information

#876FAC (or 0x876FAC) is unknown color: approx Deluge. HEX triplet: 87, 6F and AC. RGB value is (135,111,172). Sum of RGB (Red+Green+Blue) = 135+111+172=418 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.30% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 172 - color contains mainly: blue. Hex color #876FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876FAC is #789053. Grayscale: #7C7C7C. Windows color (decimal): -7901268 or 11300743. OLE color: 11300743.

HSL color Cylindrical-coordinate representation of color #876FAC: hue angle of 263.61º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #876FAC is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB135111172-
CMYK0.220.3500.33
HSL263.61º26.87%55.49%-
HSV(B)263.61º35.47%67.45%-
XYZ23.1219.541.57-
YUV125.13154.45135.04-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.30%
GREEN value IS 111 (43.75% from 255) = 26.56%
BLUE value IS 172 (67.58% from 255) = 41.15%
R=32.30%
G=26.56%
B=41.15%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351111720.220.3500.33263.6126.8755.49
Hex876FAC16230211081b37
Octal20715725426430414103367
Binary1000011111011111010110010110100011010000110000100011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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