Html Css Color HEX #876AAA Deluge

📋 copy color: '#876AAA'

red 135 ◦ green 106 ◦ blue 170

#876AAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deluge #876AAA

Tints of Deluge #876AAA

RGB

 RED value IS 135 (53.13% from 255) = 32.85%

 GREEN value IS 106 (41.8% from 255) = 25.79%

 BLUE value IS 170 (66.8% from 255) = 41.36%

R = 32.85%
G = 25.79%
B = 41.36%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#876AAA (or 0x876AAA) is known color: Deluge. HEX triplet: 87, 6A and AA. RGB value is (135,106,170). Sum of RGB (Red+Green+Blue) = 135+106+170=411 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.85% from 411); Green value is 106 (41.80% from 255 or 25.79% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 170 - color contains mainly: blue. Hex color #876AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876AAA is #789555. Grayscale: #797979. Windows color (decimal): -7902550 or 11168391. OLE color: 11168391.

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

Color convert

RGB 135 106 170 -
CMYK 0.21 0.38 0 0.33
HSL 267.19º 0.27% 0.54% -
HSV(B) 267.19º 0.38% 0.67% -
XYZ 22.4 18.36 40.39 -
YUV 121.97 155.11 137.3 -
System Red Green Blue C M Y K H S L
Decimal 135 106 170 0.21 0.38 0 0.33 267.19 0.27 0.54
Hex 87 6A AA 15 26 0 21 10B 1B 36
Octal 207 152 252 25 46 0 41 413 33 66
Binary 10000111 1101010 10101010 10101 100110 0 100001 100001011 11011 110110

Color Harmonies of #876AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876AAA

Black with #876AAA

Text Example


Text Example

White with #876AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,106,170); }

 H1.HeaderClassName
 {
   color: #876AAA;
 }
 .AnyTagClassName
 {
   color: #876AAA;
 }
</style>

background-color css

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

 a { background-color: rgb(135,106,170); }

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

border-color css

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

 span { border-color: rgb(135,106,170); }

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