Html Css Color HEX #8879A2 Deluge

📋 copy color: '#8879A2'

red 136 ◦ green 121 ◦ blue 162

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

Shades of Deluge #8879A2

Tints of Deluge #8879A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 38.66%

R = 32.46%
G = 28.88%
B = 38.66%

CMYK

 C value IS 0.16

 M value IS 0.25

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#8879A2 (or 0x8879A2) is known color: Deluge. HEX triplet: 88, 79 and A2. RGB value is (136,121,162). Sum of RGB (Red+Green+Blue) = 136+121+162=419 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.46% from 419); Green value is 121 (47.66% from 255 or 28.88% from 419); Blue value is 162 (63.67% from 255 or 38.66% from 419); Max value from RGB is 162 - color contains mainly: blue. Hex color #8879A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8879A2 is #77865D. Grayscale: #828282. Windows color (decimal): -7833182 or 10647944. OLE color: 10647944.

HSL color Cylindrical-coordinate representation of color #8879A2: hue angle of 261.95º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8879A2 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 136 121 162 -
CMYK 0.16 0.25 0 0.36
HSL 261.95º 0.18% 0.55% -
HSV(B) 261.95º 0.25% 0.64% -
XYZ 23.51 21.52 37.1 -
YUV 130.16 145.97 132.17 -
System Red Green Blue C M Y K H S L
Decimal 136 121 162 0.16 0.25 0 0.36 261.95 0.18 0.55
Hex 88 79 A2 10 19 0 24 106 12 37
Octal 210 171 242 20 31 0 44 406 22 67
Binary 10001000 1111001 10100010 10000 11001 0 100100 100000110 10010 110111

Color Harmonies of #8879A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8879A2

Black with #8879A2

Text Example


Text Example

White with #8879A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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