Html Css Color HEX #8877A0 Deluge

📋 copy color: '#8877A0'

red 136 ◦ green 119 ◦ blue 160

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

Shades of Deluge #8877A0

Tints of Deluge #8877A0

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.67%

 BLUE value IS 160 (62.89% from 255) = 38.55%

R = 32.77%
G = 28.67%
B = 38.55%

CMYK

 C value IS 0.15

 M value IS 0.26

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#8877A0 (or 0x8877A0) is known color: Deluge. HEX triplet: 88, 77 and A0. RGB value is (136,119,160). Sum of RGB (Red+Green+Blue) = 136+119+160=415 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.77% from 415); Green value is 119 (46.88% from 255 or 28.67% from 415); Blue value is 160 (62.89% from 255 or 38.55% from 415); Max value from RGB is 160 - color contains mainly: blue. Hex color #8877A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8877A0 is #77885F. Grayscale: #808080. Windows color (decimal): -7833696 or 10516360. OLE color: 10516360.

HSL color Cylindrical-coordinate representation of color #8877A0: hue angle of 264.88º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8877A0 is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 136 119 160 -
CMYK 0.15 0.26 0 0.37
HSL 264.88º 0.18% 0.55% -
HSV(B) 264.88º 0.26% 0.63% -
XYZ 23.1 20.97 36.09 -
YUV 128.76 145.63 133.17 -
System Red Green Blue C M Y K H S L
Decimal 136 119 160 0.15 0.26 0 0.37 264.88 0.18 0.55
Hex 88 77 A0 F 1A 0 25 109 12 37
Octal 210 167 240 17 32 0 45 411 22 67
Binary 10001000 1110111 10100000 1111 11010 0 100101 100001001 10010 110111

Color Harmonies of #8877A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8877A0

Black with #8877A0

Text Example


Text Example

White with #8877A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8877A0; }

 p { color: rgb(136,119,160); }

 H1.HeaderClassName
 {
   color: #8877A0;
 }
 .AnyTagClassName
 {
   color: #8877A0;
 }
</style>

background-color css

<style>
 a { background-color: #8877A0; }

 a { background-color: rgb(136,119,160); }

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

border-color css

<style>
 span { border-color: #8877A0; }

 span { border-color: rgb(136,119,160); }

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