Html Css Color HEX #8779AC Deluge

📋 copy color: '#8779AC'

red 135 ◦ green 121 ◦ blue 172

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

Shades of Deluge #8779AC

Tints of Deluge #8779AC

RGB

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

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

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

R = 31.54%
G = 28.27%
B = 40.19%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8779AC (or 0x8779AC) is known color: Deluge. HEX triplet: 87, 79 and AC. RGB value is (135,121,172). Sum of RGB (Red+Green+Blue) = 135+121+172=428 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.54% from 428); Green value is 121 (47.66% from 255 or 28.27% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 172 - color contains mainly: blue. Hex color #8779AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8779AC is #788653. Grayscale: #828282. Windows color (decimal): -7898708 or 11303303. OLE color: 11303303.

HSL color Cylindrical-coordinate representation of color #8779AC: hue angle of 256.47º 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 #8779AC is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 135 121 172 -
CMYK 0.22 0.30 0 0.33
HSL 256.47º 0.24% 0.57% -
HSV(B) 256.47º 0.3% 0.67% -
XYZ 24.28 21.8 41.96 -
YUV 131 151.14 130.85 -
System Red Green Blue C M Y K H S L
Decimal 135 121 172 0.22 0.30 0 0.33 256.47 0.24 0.57
Hex 87 79 AC 16 1E 0 21 100 18 39
Octal 207 171 254 26 36 0 41 400 30 71
Binary 10000111 1111001 10101100 10110 11110 0 100001 100000000 11000 111001

Color Harmonies of #8779AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8779AC

Black with #8779AC

Text Example


Text Example

White with #8779AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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