#8B81AF

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

Shades of Deluge #8B81AF

Tints of Deluge #8B81AF

Color information

#8B81AF (or 0x8B81AF) is unknown color: approx Deluge. HEX triplet: 8B, 81 and AF. RGB value is (139,129,175). Sum of RGB (Red+Green+Blue) = 139+129+175=443 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.38% from 443); Green value is 129 (50.78% from 255 or 29.12% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 175 - color contains mainly: blue. Hex color #8B81AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B81AF is #747E50. Grayscale: #898989. Windows color (decimal): -7634513 or 11501963. OLE color: 11501963.

HSL color Cylindrical-coordinate representation of color #8B81AF: hue angle of 253.04º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8B81AF is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB139129175-
CMYK0.210.2600.31
HSL253.04º22.33%59.61%-
HSV(B)253.04º26.29%68.63%-
XYZ26.2424.2843.86-
YUV137.23149.31129.26-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.38%
GREEN value IS 129 (50.78% from 255) = 29.12%
BLUE value IS 175 (68.75% from 255) = 39.50%
R=31.38%
G=29.12%
B=39.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1391291750.210.2600.31253.0422.3359.61
Hex8B81AF151A01Ffd163c
Octal21320125725320373752674
Binary10001011100000011010111110101110100111111111110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B81AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,129,175); }

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

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

 a { background-color: rgb(139,129,175); }

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

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

 span { border-color: rgb(139,129,175); }

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