#8076B1

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

Shades of Deluge #8076B1

Tints of Deluge #8076B1

Color information

#8076B1 (or 0x8076B1) is unknown color: approx Deluge. HEX triplet: 80, 76 and B1. RGB value is (128,118,177). Sum of RGB (Red+Green+Blue) = 128+118+177=423 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.26% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 177 (69.53% from 255 or 41.84% from 423); Max value from RGB is 177 - color contains mainly: blue. Hex color #8076B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8076B1 is #7F894E. Grayscale: #7F7F7F. Windows color (decimal): -8358223 or 11630208. OLE color: 11630208.

HSL color Cylindrical-coordinate representation of color #8076B1: hue angle of 250.17º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8076B1 is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB128118177-
CMYK0.280.3300.31
HSL250.17º27.44%57.84%-
HSV(B)250.17º33.33%69.41%-
XYZ23.3220.7244.37-
YUV127.72155.81128.2-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.26%
GREEN value IS 118 (46.48% from 255) = 27.90%
BLUE value IS 177 (69.53% from 255) = 41.84%
R=30.26%
G=27.90%
B=41.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1281181770.280.3300.31250.1727.4457.84
Hex8076B11C2101Ffa1b3a
Octal20016626134410373723372
Binary10000000111011010110001111001000010111111111101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8076B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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