#8060B7

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

Shades of Deluge #8060B7

Tints of Deluge #8060B7

Color information

#8060B7 (or 0x8060B7) is unknown color: approx Deluge. HEX triplet: 80, 60 and B7. RGB value is (128,96,183). Sum of RGB (Red+Green+Blue) = 128+96+183=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 183 (71.88% from 255 or 44.96% from 407); Max value from RGB is 183 - color contains mainly: blue. Hex color #8060B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8060B7 is #7F9F48. Grayscale: #737373. Windows color (decimal): -8363849 or 12017792. OLE color: 12017792.

HSL color Cylindrical-coordinate representation of color #8060B7: hue angle of 262.07º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8060B7 is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB12896183-
CMYK0.300.4800.28
HSL262.07º37.66%54.71%-
HSV(B)262.07º47.54%71.76%-
XYZ21.6316.3746.82-
YUV115.49166.1136.93-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.45%
GREEN value IS 96 (37.89% from 255) = 23.59%
BLUE value IS 183 (71.88% from 255) = 44.96%
R=31.45%
G=23.59%
B=44.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal128961830.300.4800.28262.0737.6654.71
Hex8060B71E3001C1062637
Octal20014026736600344064667
Binary1000000011000001011011111110110000011100100000110100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8060B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8060B7; }

 p { color: rgb(128,96,183); }

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

<style>
 a { background-color: #8060B7; }

 a { background-color: rgb(128,96,183); }

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

<style>
 span { border-color: #8060B7; }

 span { border-color: rgb(128,96,183); }

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