#8874AF

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

Shades of Deluge #8874AF

Tints of Deluge #8874AF

Color information

#8874AF (or 0x8874AF) is unknown color: approx Deluge. HEX triplet: 88, 74 and AF. RGB value is (136,116,175). Sum of RGB (Red+Green+Blue) = 136+116+175=427 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.85% from 427); Green value is 116 (45.70% from 255 or 27.17% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 175 - color contains mainly: blue. Hex color #8874AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8874AF is #778B50. Grayscale: #808080. Windows color (decimal): -7834449 or 11498632. OLE color: 11498632.

HSL color Cylindrical-coordinate representation of color #8874AF: hue angle of 260.34º 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 #8874AF is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB136116175-
CMYK0.220.3400.31
HSL260.34º26.94%57.06%-
HSV(B)260.34º33.71%68.63%-
XYZ24.1420.8243.3-
YUV128.71154.13133.2-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.85%
GREEN value IS 116 (45.70% from 255) = 27.17%
BLUE value IS 175 (68.75% from 255) = 40.98%
R=31.85%
G=27.17%
B=40.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1361161750.220.3400.31260.3426.9457.06
Hex8874AF162201F1041b39
Octal21016425726420374043371
Binary100010001110100101011111011010001001111110000010011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8874AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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