#8A799E

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

Shades of Deluge #8A799E

Tints of Deluge #8A799E

Color information

#8A799E (or 0x8A799E) is unknown color: approx Deluge. HEX triplet: 8A, 79 and 9E. RGB value is (138,121,158). Sum of RGB (Red+Green+Blue) = 138+121+158=417 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.09% from 417); Green value is 121 (47.66% from 255 or 29.02% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 158 - color contains mainly: blue. Hex color #8A799E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A799E is #758661. Grayscale: #828282. Windows color (decimal): -7702114 or 10385802. OLE color: 10385802.

HSL color Cylindrical-coordinate representation of color #8A799E: hue angle of 267.57º 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 #8A799E is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB138121158-
CMYK0.130.2300.38
HSL267.57º16.02%54.71%-
HSV(B)267.57º23.42%61.96%-
XYZ23.4921.5535.27-
YUV130.3143.63133.49-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.09%
GREEN value IS 121 (47.66% from 255) = 29.02%
BLUE value IS 158 (62.11% from 255) = 37.89%
R=33.09%
G=29.02%
B=37.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1381211580.130.2300.38267.5716.0254.71
Hex8A799ED1702610c1037
Octal21217123615270464142067
Binary10001010111100110011110110110111010011010000110010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A799E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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