#8778AA

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

Shades of Deluge #8778AA

Tints of Deluge #8778AA

Color information

#8778AA (or 0x8778AA) is unknown color: approx Deluge. HEX triplet: 87, 78 and AA. RGB value is (135,120,170). Sum of RGB (Red+Green+Blue) = 135+120+170=425 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.76% from 425); Green value is 120 (47.27% from 255 or 28.24% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 170 - color contains mainly: blue. Hex color #8778AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8778AA is #788755. Grayscale: #828282. Windows color (decimal): -7898966 or 11171975. OLE color: 11171975.

HSL color Cylindrical-coordinate representation of color #8778AA: hue angle of 258º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8778AA is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB135120170-
CMYK0.210.2900.33
HSL258º22.73%56.86%-
HSV(B)258º29.41%66.67%-
XYZ23.9621.4940.91-
YUV130.18150.47131.43-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.76%
GREEN value IS 120 (47.27% from 255) = 28.24%
BLUE value IS 170 (66.80% from 255) = 40%
R=31.76%
G=28.24%
B=40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351201700.210.2900.3325822.7356.86
Hex8778AA151D0211021739
Octal20717025225350414022771
Binary100001111111000101010101010111101010000110000001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8778AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8778AA; }

 p { color: rgb(135,120,170); }

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

<style>
 a { background-color: #8778AA; }

 a { background-color: rgb(135,120,170); }

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

<style>
 span { border-color: #8778AA; }

 span { border-color: rgb(135,120,170); }

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