Html Css Color HEX #876EAC Deluge

📋 copy color: '#876EAC'

red 135 ◦ green 110 ◦ blue 172

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

Shades of Deluge #876EAC

Tints of Deluge #876EAC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.38%

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

R = 32.37%
G = 26.38%
B = 41.25%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#876EAC (or 0x876EAC) is known color: Deluge. HEX triplet: 87, 6E and AC. RGB value is (135,110,172). Sum of RGB (Red+Green+Blue) = 135+110+172=417 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.37% from 417); Green value is 110 (43.36% from 255 or 26.38% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 172 - color contains mainly: blue. Hex color #876EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876EAC is #789153. Grayscale: #7C7C7C. Windows color (decimal): -7901524 or 11300487. OLE color: 11300487.

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

Color convert

RGB 135 110 172 -
CMYK 0.22 0.36 0 0.33
HSL 264.19º 0.27% 0.55% -
HSV(B) 264.19º 0.36% 0.67% -
XYZ 23.01 19.28 41.54 -
YUV 124.54 154.78 135.46 -
System Red Green Blue C M Y K H S L
Decimal 135 110 172 0.22 0.36 0 0.33 264.19 0.27 0.55
Hex 87 6E AC 16 24 0 21 108 1B 37
Octal 207 156 254 26 44 0 41 410 33 67
Binary 10000111 1101110 10101100 10110 100100 0 100001 100001000 11011 110111

Color Harmonies of #876EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876EAC

Black with #876EAC

Text Example


Text Example

White with #876EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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