#8B81AB

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

Shades of Deluge #8B81AB

Tints of Deluge #8B81AB

Color information

#8B81AB (or 0x8B81AB) is unknown color: approx Deluge. HEX triplet: 8B, 81 and AB. RGB value is (139,129,171). Sum of RGB (Red+Green+Blue) = 139+129+171=439 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.66% from 439); Green value is 129 (50.78% from 255 or 29.38% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 171 - color contains mainly: blue. Hex color #8B81AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B81AB is #747E54. Grayscale: #888888. Windows color (decimal): -7634517 or 11239819. OLE color: 11239819.

HSL color Cylindrical-coordinate representation of color #8B81AB: hue angle of 254.29º 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 #8B81AB is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB139129171-
CMYK0.190.2500.33
HSL254.29º20%58.82%-
HSV(B)254.29º24.56%67.06%-
XYZ25.8524.1341.82-
YUV136.78147.31129.58-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.66%
GREEN value IS 129 (50.78% from 255) = 29.38%
BLUE value IS 171 (67.19% from 255) = 38.95%
R=31.66%
G=29.38%
B=38.95%

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
Decimal1391291710.190.2500.33254.292058.82
Hex8B81AB1319021fe143b
Octal21320125323310413762473
Binary100010111000000110101011100111100101000011111111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B81AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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