#8B79AD

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

Shades of Deluge #8B79AD

Tints of Deluge #8B79AD

Color information

#8B79AD (or 0x8B79AD) is unknown color: approx Deluge. HEX triplet: 8B, 79 and AD. RGB value is (139,121,173). Sum of RGB (Red+Green+Blue) = 139+121+173=433 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.10% from 433); Green value is 121 (47.66% from 255 or 27.94% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 173 - color contains mainly: blue. Hex color #8B79AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B79AD is #748652. Grayscale: #848484. Windows color (decimal): -7636563 or 11368843. OLE color: 11368843.

HSL color Cylindrical-coordinate representation of color #8B79AD: hue angle of 260.77º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8B79AD is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB139121173-
CMYK0.200.3000.32
HSL260.77º24.07%57.65%-
HSV(B)260.77º30.06%67.84%-
XYZ25.0322.1842.5-
YUV132.31150.96132.77-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.10%
GREEN value IS 121 (47.66% from 255) = 27.94%
BLUE value IS 173 (67.97% from 255) = 39.95%
R=32.10%
G=27.94%
B=39.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1391211730.200.3000.32260.7724.0757.65
Hex8B79AD141E020105183a
Octal21317125524360404053072
Binary100010111111001101011011010011110010000010000010111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B79AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B79AD; }

 p { color: rgb(139,121,173); }

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

<style>
 a { background-color: #8B79AD; }

 a { background-color: rgb(139,121,173); }

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

<style>
 span { border-color: #8B79AD; }

 span { border-color: rgb(139,121,173); }

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