#8076AB

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

Shades of Deluge #8076AB

Tints of Deluge #8076AB

Color information

#8076AB (or 0x8076AB) is unknown color: approx Deluge. HEX triplet: 80, 76 and AB. RGB value is (128,118,171). Sum of RGB (Red+Green+Blue) = 128+118+171=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: blue. Hex color #8076AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8076AB is #7F8954. Grayscale: #7E7E7E. Windows color (decimal): -8358229 or 11236992. OLE color: 11236992.

HSL color Cylindrical-coordinate representation of color #8076AB: hue angle of 251.32º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8076AB is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB128118171-
CMYK0.250.3100.33
HSL251.32º23.98%56.67%-
HSV(B)251.32º30.99%67.06%-
XYZ22.7320.4941.28-
YUV127.03152.81128.69-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.70%
GREEN value IS 118 (46.48% from 255) = 28.30%
BLUE value IS 171 (67.19% from 255) = 41.01%
R=30.70%
G=28.30%
B=41.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281181710.250.3100.33251.3223.9856.67
Hex8076AB191F021fb1839
Octal20016625331370413733071
Binary10000000111011010101011110011111101000011111101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8076AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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