#8F82AA

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

Shades of Deluge #8F82AA

Tints of Deluge #8F82AA

Color information

#8F82AA (or 0x8F82AA) is unknown color: approx Deluge. HEX triplet: 8F, 82 and AA. RGB value is (143,130,170). Sum of RGB (Red+Green+Blue) = 143+130+170=443 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.28% from 443); Green value is 130 (51.17% from 255 or 29.35% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 170 - color contains mainly: blue. Hex color #8F82AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F82AA is #707D55. Grayscale: #8A8A8A. Windows color (decimal): -7372118 or 11174543. OLE color: 11174543.

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

Color convert

RGB143130170-
CMYK0.160.2400.33
HSL259.5º19.05%58.82%-
HSV(B)259.5º23.53%66.67%-
XYZ26.5724.7141.4-
YUV138.45145.81131.25-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.28%
GREEN value IS 130 (51.17% from 255) = 29.35%
BLUE value IS 170 (66.80% from 255) = 38.37%
R=32.28%
G=29.35%
B=38.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1431301700.160.2400.33259.519.0558.82
Hex8F82AA1018021104133b
Octal21720225220300414042373
Binary1000111110000010101010101000011000010000110000010010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F82AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,130,170); }

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

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

 a { background-color: rgb(143,130,170); }

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

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

 span { border-color: rgb(143,130,170); }

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