Html Css Color HEX #8876AE Deluge

📋 copy color: '#8876AE'

red 136 ◦ green 118 ◦ blue 174

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

Shades of Deluge #8876AE

Tints of Deluge #8876AE

RGB

 RED value IS 136 (53.52% from 255) = 31.78%

 GREEN value IS 118 (46.48% from 255) = 27.57%

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

R = 31.78%
G = 27.57%
B = 40.65%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8876AE (or 0x8876AE) is known color: Deluge. HEX triplet: 88, 76 and AE. RGB value is (136,118,174). Sum of RGB (Red+Green+Blue) = 136+118+174=428 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.78% from 428); Green value is 118 (46.48% from 255 or 27.57% from 428); Blue value is 174 (68.36% from 255 or 40.65% from 428); Max value from RGB is 174 - color contains mainly: blue. Hex color #8876AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8876AE is #778951. Grayscale: #818181. Windows color (decimal): -7833938 or 11433608. OLE color: 11433608.

HSL color Cylindrical-coordinate representation of color #8876AE: hue angle of 259.29º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8876AE is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 136 118 174 -
CMYK 0.22 0.32 0 0.32
HSL 259.29º 0.26% 0.57% -
HSV(B) 259.29º 0.32% 0.68% -
XYZ 24.27 21.25 42.87 -
YUV 129.77 152.96 132.45 -
System Red Green Blue C M Y K H S L
Decimal 136 118 174 0.22 0.32 0 0.32 259.29 0.26 0.57
Hex 88 76 AE 16 20 0 20 103 1A 39
Octal 210 166 256 26 40 0 40 403 32 71
Binary 10001000 1110110 10101110 10110 100000 0 100000 100000011 11010 111001

Color Harmonies of #8876AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8876AE

Black with #8876AE

Text Example


Text Example

White with #8876AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8876AE; }

 p { color: rgb(136,118,174); }

 H1.HeaderClassName
 {
   color: #8876AE;
 }
 .AnyTagClassName
 {
   color: #8876AE;
 }
</style>

background-color css

<style>
 a { background-color: #8876AE; }

 a { background-color: rgb(136,118,174); }

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

border-color css

<style>
 span { border-color: #8876AE; }

 span { border-color: rgb(136,118,174); }

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