Html Css Color HEX #876AAC Deluge

📋 copy color: '#876AAC'

red 135 ◦ green 106 ◦ blue 172

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

Shades of Deluge #876AAC

Tints of Deluge #876AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.65%

R = 32.69%
G = 25.67%
B = 41.65%

CMYK

 C value IS 0.22

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#876AAC (or 0x876AAC) is known color: Deluge. HEX triplet: 87, 6A and AC. RGB value is (135,106,172). Sum of RGB (Red+Green+Blue) = 135+106+172=413 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.69% from 413); Green value is 106 (41.80% from 255 or 25.67% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 172 - color contains mainly: blue. Hex color #876AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876AAC is #789553. Grayscale: #797979. Windows color (decimal): -7902548 or 11299463. OLE color: 11299463.

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

Color convert

RGB 135 106 172 -
CMYK 0.22 0.38 0 0.33
HSL 266.36º 0.28% 0.55% -
HSV(B) 266.36º 0.38% 0.67% -
XYZ 22.59 18.44 41.4 -
YUV 122.2 156.11 137.13 -
System Red Green Blue C M Y K H S L
Decimal 135 106 172 0.22 0.38 0 0.33 266.36 0.28 0.55
Hex 87 6A AC 16 26 0 21 10A 1C 37
Octal 207 152 254 26 46 0 41 412 34 67
Binary 10000111 1101010 10101100 10110 100110 0 100001 100001010 11100 110111

Color Harmonies of #876AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876AAC

Black with #876AAC

Text Example


Text Example

White with #876AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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