#876FAD

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

Shades of Deluge #876FAD

Tints of Deluge #876FAD

Color information

#876FAD (or 0x876FAD) is unknown color: approx Deluge. HEX triplet: 87, 6F and AD. RGB value is (135,111,173). Sum of RGB (Red+Green+Blue) = 135+111+173=419 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.22% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 173 - color contains mainly: blue. Hex color #876FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876FAD is #789052. Grayscale: #7D7D7D. Windows color (decimal): -7901267 or 11366279. OLE color: 11366279.

HSL color Cylindrical-coordinate representation of color #876FAD: hue angle of 263.23º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #876FAD is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB135111173-
CMYK0.220.3600.32
HSL263.23º27.43%55.69%-
HSV(B)263.23º35.84%67.84%-
XYZ23.2219.5442.08-
YUV125.24154.95134.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.22%
GREEN value IS 111 (43.75% from 255) = 26.49%
BLUE value IS 173 (67.97% from 255) = 41.29%
R=32.22%
G=26.49%
B=41.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1351111730.220.3600.32263.2327.4355.69
Hex876FAD16240201071b38
Octal20715725526440404073370
Binary1000011111011111010110110110100100010000010000011111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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