#8071B3

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

Shades of Deluge #8071B3

Tints of Deluge #8071B3

Color information

#8071B3 (or 0x8071B3) is unknown color: approx Deluge. HEX triplet: 80, 71 and B3. RGB value is (128,113,179). Sum of RGB (Red+Green+Blue) = 128+113+179=420 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.48% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 179 (70.31% from 255 or 42.62% from 420); Max value from RGB is 179 - color contains mainly: blue. Hex color #8071B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8071B3 is #7F8E4C. Grayscale: #7C7C7C. Windows color (decimal): -8359501 or 11760000. OLE color: 11760000.

HSL color Cylindrical-coordinate representation of color #8071B3: hue angle of 253.64º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8071B3 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB128113179-
CMYK0.280.3700.30
HSL253.64º30.28%57.25%-
HSV(B)253.64º36.87%70.2%-
XYZ22.9419.6545.23-
YUV125.01158.47130.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.48%
GREEN value IS 113 (44.53% from 255) = 26.90%
BLUE value IS 179 (70.31% from 255) = 42.62%
R=30.48%
G=26.90%
B=42.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1281131790.280.3700.30253.6430.2857.25
Hex8071B31C2501Efe1e39
Octal20016126334450363763671
Binary10000000111000110110011111001001010111101111111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8071B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8071B3; }

 p { color: rgb(128,113,179); }

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

<style>
 a { background-color: #8071B3; }

 a { background-color: rgb(128,113,179); }

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

<style>
 span { border-color: #8071B3; }

 span { border-color: rgb(128,113,179); }

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