Html Css Color HEX #8879AC Deluge

📋 copy color: '#8879AC'

red 136 ◦ green 121 ◦ blue 172

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

Shades of Deluge #8879AC

Tints of Deluge #8879AC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.21%

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

R = 31.7%
G = 28.21%
B = 40.09%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8879AC (or 0x8879AC) is known color: Deluge. HEX triplet: 88, 79 and AC. RGB value is (136,121,172). Sum of RGB (Red+Green+Blue) = 136+121+172=429 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.70% from 429); Green value is 121 (47.66% from 255 or 28.21% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 172 - color contains mainly: blue. Hex color #8879AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8879AC is #778653. Grayscale: #838383. Windows color (decimal): -7833172 or 11303304. OLE color: 11303304.

HSL color Cylindrical-coordinate representation of color #8879AC: hue angle of 257.65º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8879AC is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 136 121 172 -
CMYK 0.21 0.30 0 0.33
HSL 257.65º 0.24% 0.57% -
HSV(B) 257.65º 0.3% 0.67% -
XYZ 24.44 21.89 41.97 -
YUV 131.3 150.97 131.35 -
System Red Green Blue C M Y K H S L
Decimal 136 121 172 0.21 0.30 0 0.33 257.65 0.24 0.57
Hex 88 79 AC 15 1E 0 21 102 18 39
Octal 210 171 254 25 36 0 41 402 30 71
Binary 10001000 1111001 10101100 10101 11110 0 100001 100000010 11000 111001

Color Harmonies of #8879AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8879AC

Black with #8879AC

Text Example


Text Example

White with #8879AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8879AC; }

 p { color: rgb(136,121,172); }

 H1.HeaderClassName
 {
   color: #8879AC;
 }
 .AnyTagClassName
 {
   color: #8879AC;
 }
</style>

background-color css

<style>
 a { background-color: #8879AC; }

 a { background-color: rgb(136,121,172); }

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

border-color css

<style>
 span { border-color: #8879AC; }

 span { border-color: rgb(136,121,172); }

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