Html Css Color HEX #876AAE Deluge

📋 copy color: '#876AAE'

red 135 ◦ green 106 ◦ blue 174

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

Shades of Deluge #876AAE

Tints of Deluge #876AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.93%

R = 32.53%
G = 25.54%
B = 41.93%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#876AAE (or 0x876AAE) is known color: Deluge. HEX triplet: 87, 6A and AE. RGB value is (135,106,174). Sum of RGB (Red+Green+Blue) = 135+106+174=415 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.53% from 415); Green value is 106 (41.80% from 255 or 25.54% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 174 - color contains mainly: blue. Hex color #876AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876AAE is #789551. Grayscale: #7A7A7A. Windows color (decimal): -7902546 or 11430535. OLE color: 11430535.

HSL color Cylindrical-coordinate representation of color #876AAE: hue angle of 265.59º degrees, saturation: 0.3, 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 #876AAE is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 135 106 174 -
CMYK 0.22 0.39 0 0.32
HSL 265.59º 0.3% 0.55% -
HSV(B) 265.59º 0.39% 0.68% -
XYZ 22.79 18.51 42.42 -
YUV 122.42 157.11 136.97 -
System Red Green Blue C M Y K H S L
Decimal 135 106 174 0.22 0.39 0 0.32 265.59 0.3 0.55
Hex 87 6A AE 16 27 0 20 10A 1E 37
Octal 207 152 256 26 47 0 40 412 36 67
Binary 10000111 1101010 10101110 10110 100111 0 100000 100001010 11110 110111

Color Harmonies of #876AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876AAE

Black with #876AAE

Text Example


Text Example

White with #876AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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