Html Css Color HEX #8776AD Deluge

📋 copy color: '#8776AD'

red 135 ◦ green 118 ◦ blue 173

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

Shades of Deluge #8776AD

Tints of Deluge #8776AD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.7%

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

R = 31.69%
G = 27.7%
B = 40.61%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8776AD (or 0x8776AD) is known color: Deluge. HEX triplet: 87, 76 and AD. RGB value is (135,118,173). Sum of RGB (Red+Green+Blue) = 135+118+173=426 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.69% from 426); Green value is 118 (46.48% from 255 or 27.70% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 173 - color contains mainly: blue. Hex color #8776AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8776AD is #788952. Grayscale: #818181. Windows color (decimal): -7899475 or 11368071. OLE color: 11368071.

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

Color convert

RGB 135 118 173 -
CMYK 0.22 0.32 0 0.32
HSL 258.55º 0.25% 0.57% -
HSV(B) 258.55º 0.32% 0.68% -
XYZ 24.01 21.12 42.35 -
YUV 129.35 152.63 132.03 -
System Red Green Blue C M Y K H S L
Decimal 135 118 173 0.22 0.32 0 0.32 258.55 0.25 0.57
Hex 87 76 AD 16 20 0 20 103 19 39
Octal 207 166 255 26 40 0 40 403 31 71
Binary 10000111 1110110 10101101 10110 100000 0 100000 100000011 11001 111001

Color Harmonies of #8776AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8776AD

Black with #8776AD

Text Example


Text Example

White with #8776AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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