#876BAE

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

Shades of Deluge #876BAE

Tints of Deluge #876BAE

Color information

#876BAE (or 0x876BAE) is unknown color: approx Deluge. HEX triplet: 87, 6B and AE. RGB value is (135,107,174). Sum of RGB (Red+Green+Blue) = 135+107+174=416 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.45% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 174 - color contains mainly: blue. Hex color #876BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876BAE is #789451. Grayscale: #7A7A7A. Windows color (decimal): -7902290 or 11430791. OLE color: 11430791.

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

Color convert

RGB135107174-
CMYK0.220.3900.32
HSL265.07º29.26%55.1%-
HSV(B)265.07º38.51%68.24%-
XYZ22.8918.7242.45-
YUV123.01156.78136.55-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.45%
GREEN value IS 107 (42.19% from 255) = 25.72%
BLUE value IS 174 (68.36% from 255) = 41.83%
R=32.45%
G=25.72%
B=41.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1351071740.220.3900.32265.0729.2655.1
Hex876BAE16270201091d37
Octal20715325626470404113567
Binary1000011111010111010111010110100111010000010000100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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