#8A81AB

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

Shades of Deluge #8A81AB

Tints of Deluge #8A81AB

Color information

#8A81AB (or 0x8A81AB) is unknown color: approx Deluge. HEX triplet: 8A, 81 and AB. RGB value is (138,129,171). Sum of RGB (Red+Green+Blue) = 138+129+171=438 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.51% from 438); Green value is 129 (50.78% from 255 or 29.45% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 171 - color contains mainly: blue. Hex color #8A81AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A81AB is #757E54. Grayscale: #888888. Windows color (decimal): -7700053 or 11239818. OLE color: 11239818.

HSL color Cylindrical-coordinate representation of color #8A81AB: hue angle of 252.86º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8A81AB is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB138129171-
CMYK0.190.2500.33
HSL252.86º20%58.82%-
HSV(B)252.86º24.56%67.06%-
XYZ25.6824.0441.82-
YUV136.48147.48129.08-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.51%
GREEN value IS 129 (50.78% from 255) = 29.45%
BLUE value IS 171 (67.19% from 255) = 39.04%
R=31.51%
G=29.45%
B=39.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1381291710.190.2500.33252.862058.82
Hex8A81AB1319021fd143b
Octal21220125323310413752473
Binary100010101000000110101011100111100101000011111110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A81AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,129,171); }

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

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

 a { background-color: rgb(138,129,171); }

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

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

 span { border-color: rgb(138,129,171); }

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