#8C82AD

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

Shades of Deluge #8C82AD

Tints of Deluge #8C82AD

Color information

#8C82AD (or 0x8C82AD) is unknown color: approx Deluge. HEX triplet: 8C, 82 and AD. RGB value is (140,130,173). Sum of RGB (Red+Green+Blue) = 140+130+173=443 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.60% from 443); Green value is 130 (51.17% from 255 or 29.35% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 173 - color contains mainly: blue. Hex color #8C82AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C82AD is #737D52. Grayscale: #898989. Windows color (decimal): -7568723 or 11371148. OLE color: 11371148.

HSL color Cylindrical-coordinate representation of color #8C82AD: hue angle of 253.95º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8C82AD is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB140130173-
CMYK0.190.2500.32
HSL253.95º20.77%59.41%-
HSV(B)253.95º24.86%67.84%-
XYZ26.3424.5642.89-
YUV137.89147.81129.5-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.60%
GREEN value IS 130 (51.17% from 255) = 29.35%
BLUE value IS 173 (67.97% from 255) = 39.05%
R=31.60%
G=29.35%
B=39.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1401301730.190.2500.32253.9520.7759.41
Hex8C82AD1319020fe153b
Octal21420225523310403762573
Binary100011001000001010101101100111100101000001111111010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C82AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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