#8069af

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

Shades of Deluge #8069AF

Tints of Deluge #8069AF

Color information

#8069AF (or 0x8069AF) is unknown color: approx Deluge. HEX triplet: 80, 69 and AF. RGB value is (128,105,175). Sum of RGB (Red+Green+Blue) = 128+105+175=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 175 - color contains mainly: blue. Hex color #8069AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8069AF is #7F9650. Grayscale: #777777. Windows color (decimal): -8361553 or 11495808. OLE color: 11495808.

HSL color Cylindrical-coordinate representation of color #8069AF: hue angle of 259.71º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8069AF is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB128105175-
CMYK0.270.4000.31
HSL259.71º30.43%54.9%-
HSV(B)259.71º40%68.63%-
XYZ21.6917.7942.85-
YUV119.86159.12133.81-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.37%
GREEN value IS 105 (41.41% from 255) = 25.74%
BLUE value IS 175 (68.75% from 255) = 42.89%
R=31.37%
G=25.74%
B=42.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1281051750.270.4000.31259.7130.4354.9
Hex8069AF1B2801F1041e37
Octal20015125733500374043667
Binary100000001101001101011111101110100001111110000010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8069af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8069af; }

 p { color: rgb(128,105,175); }

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

<style>
 a { background-color: #8069af; }

 a { background-color: rgb(128,105,175); }

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

<style>
 span { border-color: #8069af; }

 span { border-color: rgb(128,105,175); }

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