#8777AD

Color #8777AD Deluge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deluge #8777AD

Tints of Deluge #8777AD

Color information

#8777AD (or 0x8777AD) is unknown color: approx Deluge. HEX triplet: 87, 77 and AD. RGB value is (135,119,173). Sum of RGB (Red+Green+Blue) = 135+119+173=427 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.62% from 427); Green value is 119 (46.88% from 255 or 27.87% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 173 - color contains mainly: blue. Hex color #8777AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8777AD is #788852. Grayscale: #818181. Windows color (decimal): -7899219 or 11368327. OLE color: 11368327.

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

Color convert

RGB135119173-
CMYK0.220.3100.32
HSL257.78º24.77%57.25%-
HSV(B)257.78º31.21%67.84%-
XYZ24.1321.3642.39-
YUV129.94152.3131.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.62%
GREEN value IS 119 (46.88% from 255) = 27.87%
BLUE value IS 173 (67.97% from 255) = 40.52%
R=31.62%
G=27.87%
B=40.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1351191730.220.3100.32257.7824.7757.25
Hex8777AD161F0201021939
Octal20716725526370404023171
Binary100001111110111101011011011011111010000010000001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8777AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8777AD;
 }
 .AnyTagClassName
 {
   color: #8777AD;
 }
</style>
background-color css

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

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

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

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

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

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