#8773B4

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

Shades of Deluge #8773B4

Tints of Deluge #8773B4

Color information

#8773B4 (or 0x8773B4) is unknown color: approx Deluge. HEX triplet: 87, 73 and B4. RGB value is (135,115,180). Sum of RGB (Red+Green+Blue) = 135+115+180=430 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.40% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 180 (70.70% from 255 or 41.86% from 430); Max value from RGB is 180 - color contains mainly: blue. Hex color #8773B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8773B4 is #788C4B. Grayscale: #808080. Windows color (decimal): -7900236 or 11826055. OLE color: 11826055.

HSL color Cylindrical-coordinate representation of color #8773B4: hue angle of 258.46º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8773B4 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB135115180-
CMYK0.250.3600.29
HSL258.46º30.23%57.84%-
HSV(B)258.46º36.11%70.59%-
XYZ24.3620.7145.89-
YUV128.39157.13132.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.40%
GREEN value IS 115 (45.31% from 255) = 26.74%
BLUE value IS 180 (70.70% from 255) = 41.86%
R=31.40%
G=26.74%
B=41.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1351151800.250.3600.29258.4630.2357.84
Hex8773B4192401D1021e3a
Octal20716326431440354023672
Binary100001111110011101101001100110010001110110000001011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8773B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8773B4; }

 p { color: rgb(135,115,180); }

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

<style>
 a { background-color: #8773B4; }

 a { background-color: rgb(135,115,180); }

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

<style>
 span { border-color: #8773B4; }

 span { border-color: rgb(135,115,180); }

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