#8774AF

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

Shades of Deluge #8774AF

Tints of Deluge #8774AF

Color information

#8774AF (or 0x8774AF) is unknown color: approx Deluge. HEX triplet: 87, 74 and AF. RGB value is (135,116,175). Sum of RGB (Red+Green+Blue) = 135+116+175=426 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.69% from 426); Green value is 116 (45.70% from 255 or 27.23% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 175 - color contains mainly: blue. Hex color #8774AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8774AF is #788B50. Grayscale: #808080. Windows color (decimal): -7899985 or 11498631. OLE color: 11498631.

HSL color Cylindrical-coordinate representation of color #8774AF: hue angle of 259.32º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8774AF is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB135116175-
CMYK0.230.3400.31
HSL259.32º26.94%57.06%-
HSV(B)259.32º33.71%68.63%-
XYZ23.9720.7443.3-
YUV128.41154.29132.7-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.69%
GREEN value IS 116 (45.70% from 255) = 27.23%
BLUE value IS 175 (68.75% from 255) = 41.08%
R=31.69%
G=27.23%
B=41.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1351161750.230.3400.31259.3226.9457.06
Hex8774AF172201F1031b39
Octal20716425727420374033371
Binary100001111110100101011111011110001001111110000001111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8774AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8774AF; }

 p { color: rgb(135,116,175); }

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

<style>
 a { background-color: #8774AF; }

 a { background-color: rgb(135,116,175); }

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

<style>
 span { border-color: #8774AF; }

 span { border-color: rgb(135,116,175); }

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