#8F83AA

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

Shades of Deluge #8F83AA

Tints of Deluge #8F83AA

Color information

#8F83AA (or 0x8F83AA) is unknown color: approx Deluge. HEX triplet: 8F, 83 and AA. RGB value is (143,131,170). Sum of RGB (Red+Green+Blue) = 143+131+170=444 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.21% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 170 - color contains mainly: blue. Hex color #8F83AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F83AA is #707C55. Grayscale: #8A8A8A. Windows color (decimal): -7371862 or 11174799. OLE color: 11174799.

HSL color Cylindrical-coordinate representation of color #8F83AA: hue angle of 258.46º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8F83AA is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB143131170-
CMYK0.160.2300.33
HSL258.46º18.66%59.02%-
HSV(B)258.46º22.94%66.67%-
XYZ26.724.9741.44-
YUV139.03145.48130.83-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.21%
GREEN value IS 131 (51.56% from 255) = 29.50%
BLUE value IS 170 (66.80% from 255) = 38.29%
R=32.21%
G=29.50%
B=38.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1431311700.160.2300.33258.4618.6659.02
Hex8F83AA1017021102133b
Octal21720325220270414022373
Binary1000111110000011101010101000010111010000110000001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F83AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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