#876BAD

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

Shades of Deluge #876BAD

Tints of Deluge #876BAD

Color information

#876BAD (or 0x876BAD) is unknown color: approx Deluge. HEX triplet: 87, 6B and AD. RGB value is (135,107,173). Sum of RGB (Red+Green+Blue) = 135+107+173=415 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.53% from 415); Green value is 107 (42.19% from 255 or 25.78% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 173 - color contains mainly: blue. Hex color #876BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876BAD is #789452. Grayscale: #7A7A7A. Windows color (decimal): -7902291 or 11365255. OLE color: 11365255.

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

Color convert

RGB135107173-
CMYK0.220.3800.32
HSL265.45º28.7%54.9%-
HSV(B)265.45º38.15%67.84%-
XYZ22.7918.6841.94-
YUV122.9156.28136.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.53%
GREEN value IS 107 (42.19% from 255) = 25.78%
BLUE value IS 173 (67.97% from 255) = 41.69%
R=32.53%
G=25.78%
B=41.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1351071730.220.3800.32265.4528.754.9
Hex876BAD16260201091d37
Octal20715325526460404113567
Binary1000011111010111010110110110100110010000010000100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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