#8D81AC

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

Shades of Deluge #8D81AC

Tints of Deluge #8D81AC

Color information

#8D81AC (or 0x8D81AC) is unknown color: approx Deluge. HEX triplet: 8D, 81 and AC. RGB value is (141,129,172). Sum of RGB (Red+Green+Blue) = 141+129+172=442 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.90% from 442); Green value is 129 (50.78% from 255 or 29.19% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 172 - color contains mainly: blue. Hex color #8D81AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D81AC is #727E53. Grayscale: #898989. Windows color (decimal): -7503444 or 11305357. OLE color: 11305357.

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

Color convert

RGB141129172-
CMYK0.180.2500.33
HSL256.74º20.57%59.02%-
HSV(B)256.74º25%67.45%-
XYZ26.2824.3442.34-
YUV137.49147.48130.5-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.90%
GREEN value IS 129 (50.78% from 255) = 29.19%
BLUE value IS 172 (67.58% from 255) = 38.91%
R=31.90%
G=29.19%
B=38.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1411291720.180.2500.33256.7420.5759.02
Hex8D81AC1219021101153b
Octal21520125422310414012573
Binary1000110110000001101011001001011001010000110000000110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D81AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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