Html Css Color HEX #8779AD Deluge

📋 copy color: '#8779AD'

red 135 ◦ green 121 ◦ blue 173

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

Shades of Deluge #8779AD

Tints of Deluge #8779AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.33%

R = 31.47%
G = 28.21%
B = 40.33%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8779AD (or 0x8779AD) is known color: Deluge. HEX triplet: 87, 79 and AD. RGB value is (135,121,173). Sum of RGB (Red+Green+Blue) = 135+121+173=429 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.47% from 429); Green value is 121 (47.66% from 255 or 28.21% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 173 - color contains mainly: blue. Hex color #8779AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8779AD is #788652. Grayscale: #828282. Windows color (decimal): -7898707 or 11368839. OLE color: 11368839.

HSL color Cylindrical-coordinate representation of color #8779AD: hue angle of 256.15º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8779AD is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 135 121 173 -
CMYK 0.22 0.30 0 0.32
HSL 256.15º 0.24% 0.58% -
HSV(B) 256.15º 0.3% 0.68% -
XYZ 24.37 21.84 42.47 -
YUV 131.11 151.64 130.77 -
System Red Green Blue C M Y K H S L
Decimal 135 121 173 0.22 0.30 0 0.32 256.15 0.24 0.58
Hex 87 79 AD 16 1E 0 20 100 18 3A
Octal 207 171 255 26 36 0 40 400 30 72
Binary 10000111 1111001 10101101 10110 11110 0 100000 100000000 11000 111010

Color Harmonies of #8779AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8779AD

Black with #8779AD

Text Example


Text Example

White with #8779AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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