#8A79A4

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

Shades of Deluge #8A79A4

Tints of Deluge #8A79A4

Color information

#8A79A4 (or 0x8A79A4) is unknown color: approx Deluge. HEX triplet: 8A, 79 and A4. RGB value is (138,121,164). Sum of RGB (Red+Green+Blue) = 138+121+164=423 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.62% from 423); Green value is 121 (47.66% from 255 or 28.61% from 423); Blue value is 164 (64.45% from 255 or 38.77% from 423); Max value from RGB is 164 - color contains mainly: blue. Hex color #8A79A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A79A4 is #75865B. Grayscale: #828282. Windows color (decimal): -7702108 or 10779018. OLE color: 10779018.

HSL color Cylindrical-coordinate representation of color #8A79A4: hue angle of 263.72º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8A79A4 is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB138121164-
CMYK0.160.2600.36
HSL263.72º19.11%55.88%-
HSV(B)263.72º26.22%64.31%-
XYZ24.0221.7638.06-
YUV130.99146.63133-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.62%
GREEN value IS 121 (47.66% from 255) = 28.61%
BLUE value IS 164 (64.45% from 255) = 38.77%
R=32.62%
G=28.61%
B=38.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1381211640.160.2600.36263.7219.1155.88
Hex8A79A4101A0241081338
Octal21217124420320444102370
Binary100010101111001101001001000011010010010010000100010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A79A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,121,164); }

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

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

 a { background-color: rgb(138,121,164); }

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

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

 span { border-color: rgb(138,121,164); }

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