#8076B2

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

Shades of Deluge #8076B2

Tints of Deluge #8076B2

Color information

#8076B2 (or 0x8076B2) is unknown color: approx Deluge. HEX triplet: 80, 76 and B2. RGB value is (128,118,178). Sum of RGB (Red+Green+Blue) = 128+118+178=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 178 (69.92% from 255 or 41.98% from 424); Max value from RGB is 178 - color contains mainly: blue. Hex color #8076B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8076B2 is #7F894D. Grayscale: #7F7F7F. Windows color (decimal): -8358222 or 11695744. OLE color: 11695744.

HSL color Cylindrical-coordinate representation of color #8076B2: hue angle of 250º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8076B2 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB128118178-
CMYK0.280.3400.30
HSL250º28.04%58.04%-
HSV(B)250º33.71%69.8%-
XYZ23.4220.7644.89-
YUV127.83156.31128.12-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.19%
GREEN value IS 118 (46.48% from 255) = 27.83%
BLUE value IS 178 (69.92% from 255) = 41.98%
R=30.19%
G=27.83%
B=41.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1281181780.280.3400.3025028.0458.04
Hex8076B21C2201Efa1c3a
Octal20016626234420363723472
Binary10000000111011010110010111001000100111101111101011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8076B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8076B2; }

 p { color: rgb(128,118,178); }

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

<style>
 a { background-color: #8076B2; }

 a { background-color: rgb(128,118,178); }

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

<style>
 span { border-color: #8076B2; }

 span { border-color: rgb(128,118,178); }

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