#8B81AC

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

Shades of Deluge #8B81AC

Tints of Deluge #8B81AC

Color information

#8B81AC (or 0x8B81AC) is unknown color: approx Deluge. HEX triplet: 8B, 81 and AC. RGB value is (139,129,172). Sum of RGB (Red+Green+Blue) = 139+129+172=440 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.59% from 440); Green value is 129 (50.78% from 255 or 29.32% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 172 - color contains mainly: blue. Hex color #8B81AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B81AC is #747E53. Grayscale: #888888. Windows color (decimal): -7634516 or 11305355. OLE color: 11305355.

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

Color convert

RGB139129172-
CMYK0.190.2500.33
HSL253.95º20.57%59.02%-
HSV(B)253.95º25%67.45%-
XYZ25.9424.1742.33-
YUV136.89147.81129.5-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.59%
GREEN value IS 129 (50.78% from 255) = 29.32%
BLUE value IS 172 (67.58% from 255) = 39.09%
R=31.59%
G=29.32%
B=39.09%

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
Decimal1391291720.190.2500.33253.9520.5759.02
Hex8B81AC1319021fe153b
Octal21320125423310413762573
Binary100010111000000110101100100111100101000011111111010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B81AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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