Html Css Color HEX #876AAB Deluge

📋 copy color: '#876AAB'

red 135 ◦ green 106 ◦ blue 171

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

Shades of Deluge #876AAB

Tints of Deluge #876AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.5%

R = 32.77%
G = 25.73%
B = 41.5%

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

#876AAB (or 0x876AAB) is known color: Deluge. HEX triplet: 87, 6A and AB. RGB value is (135,106,171). Sum of RGB (Red+Green+Blue) = 135+106+171=412 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.77% from 412); Green value is 106 (41.80% from 255 or 25.73% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 171 - color contains mainly: blue. Hex color #876AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876AAB is #789554. Grayscale: #797979. Windows color (decimal): -7902549 or 11233927. OLE color: 11233927.

HSL color Cylindrical-coordinate representation of color #876AAB: hue angle of 266.77º degrees, saturation: 0.28, 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 #876AAB is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 135 106 171 -
CMYK 0.21 0.38 0 0.33
HSL 266.77º 0.28% 0.54% -
HSV(B) 266.77º 0.38% 0.67% -
XYZ 22.5 18.4 40.89 -
YUV 122.08 155.61 137.21 -
System Red Green Blue C M Y K H S L
Decimal 135 106 171 0.21 0.38 0 0.33 266.77 0.28 0.54
Hex 87 6A AB 15 26 0 21 10B 1C 36
Octal 207 152 253 25 46 0 41 413 34 66
Binary 10000111 1101010 10101011 10101 100110 0 100001 100001011 11100 110110

Color Harmonies of #876AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876AAB

Black with #876AAB

Text Example


Text Example

White with #876AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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