#8067AB

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

Shades of Deluge #8067AB

Tints of Deluge #8067AB

Color information

#8067AB (or 0x8067AB) is unknown color: approx Deluge. HEX triplet: 80, 67 and AB. RGB value is (128,103,171). Sum of RGB (Red+Green+Blue) = 128+103+171=402 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.84% from 402); Green value is 103 (40.62% from 255 or 25.62% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 171 - color contains mainly: blue. Hex color #8067AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8067AB is #7F9854. Grayscale: #757575. Windows color (decimal): -8362069 or 11233152. OLE color: 11233152.

HSL color Cylindrical-coordinate representation of color #8067AB: hue angle of 262.06º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8067AB is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB128103171-
CMYK0.250.4000.33
HSL262.06º28.81%53.73%-
HSV(B)262.06º39.77%67.06%-
XYZ21.117.2340.74-
YUV118.23157.78134.97-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.84%
GREEN value IS 103 (40.62% from 255) = 25.62%
BLUE value IS 171 (67.19% from 255) = 42.54%
R=31.84%
G=25.62%
B=42.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281031710.250.4000.33262.0628.8153.73
Hex8067AB19280211061d36
Octal20014725331500414063566
Binary1000000011001111010101111001101000010000110000011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8067AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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