#8075AF

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

Shades of Deluge #8075AF

Tints of Deluge #8075AF

Color information

#8075AF (or 0x8075AF) is unknown color: approx Deluge. HEX triplet: 80, 75 and AF. RGB value is (128,117,175). Sum of RGB (Red+Green+Blue) = 128+117+175=420 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.48% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 175 - color contains mainly: blue. Hex color #8075AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8075AF is #7F8A50. Grayscale: #7E7E7E. Windows color (decimal): -8358481 or 11498880. OLE color: 11498880.

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

Color convert

RGB128117175-
CMYK0.270.3300.31
HSL251.38º26.61%57.25%-
HSV(B)251.38º33.14%68.63%-
XYZ2320.4143.28-
YUV126.9155.14128.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.48%
GREEN value IS 117 (46.09% from 255) = 27.86%
BLUE value IS 175 (68.75% from 255) = 41.67%
R=30.48%
G=27.86%
B=41.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1281171750.270.3300.31251.3826.6157.25
Hex8075AF1B2101Ffb1b39
Octal20016525733410373733371
Binary10000000111010110101111110111000010111111111101111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8075AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8075AF; }

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

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

<style>
 a { background-color: #8075AF; }

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

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

<style>
 span { border-color: #8075AF; }

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

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