#8C82AC

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

Shades of Deluge #8C82AC

Tints of Deluge #8C82AC

Color information

#8C82AC (or 0x8C82AC) is unknown color: approx Deluge. HEX triplet: 8C, 82 and AC. RGB value is (140,130,172). Sum of RGB (Red+Green+Blue) = 140+130+172=442 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.67% from 442); Green value is 130 (51.17% from 255 or 29.41% 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 #8C82AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C82AC is #737D53. Grayscale: #898989. Windows color (decimal): -7568724 or 11305612. OLE color: 11305612.

HSL color Cylindrical-coordinate representation of color #8C82AC: 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.24%. Process color model (Four color, CMYK) of #8C82AC is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB140130172-
CMYK0.190.2400.33
HSL254.29º20.19%59.22%-
HSV(B)254.29º24.42%67.45%-
XYZ26.2424.5242.38-
YUV137.78147.31129.58-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.67%
GREEN value IS 130 (51.17% from 255) = 29.41%
BLUE value IS 172 (67.58% from 255) = 38.91%
R=31.67%
G=29.41%
B=38.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1401301720.190.2400.33254.2920.1959.22
Hex8C82AC1318021fe143b
Octal21420225423300413762473
Binary100011001000001010101100100111100001000011111111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C82AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,130,172); }

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

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

 a { background-color: rgb(140,130,172); }

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

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

 span { border-color: rgb(140,130,172); }

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