#8A799D

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

Shades of Deluge #8A799D

Tints of Deluge #8A799D

Color information

#8A799D (or 0x8A799D) is unknown color: approx Deluge. HEX triplet: 8A, 79 and 9D. RGB value is (138,121,157). Sum of RGB (Red+Green+Blue) = 138+121+157=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 121 (47.66% from 255 or 29.09% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 157 - color contains mainly: blue. Hex color #8A799D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A799D is #758662. Grayscale: #828282. Windows color (decimal): -7702115 or 10320266. OLE color: 10320266.

HSL color Cylindrical-coordinate representation of color #8A799D: hue angle of 268.33º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8A799D is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB138121157-
CMYK0.120.2300.38
HSL268.33º15.52%54.51%-
HSV(B)268.33º22.93%61.57%-
XYZ23.421.5134.82-
YUV130.19143.13133.57-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.17%
GREEN value IS 121 (47.66% from 255) = 29.09%
BLUE value IS 157 (61.72% from 255) = 37.74%
R=33.17%
G=29.09%
B=37.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1381211570.120.2300.38268.3315.5254.51
Hex8A799DC1702610c1037
Octal21217123514270464142067
Binary10001010111100110011101110010111010011010000110010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A799D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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