#8F83AB

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

Shades of Deluge #8F83AB

Tints of Deluge #8F83AB

Color information

#8F83AB (or 0x8F83AB) is unknown color: approx Deluge. HEX triplet: 8F, 83 and AB. RGB value is (143,131,171). Sum of RGB (Red+Green+Blue) = 143+131+171=445 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.13% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F83AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F83AB is #707C54. Grayscale: #8B8B8B. Windows color (decimal): -7371861 or 11240335. OLE color: 11240335.

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

Color convert

RGB143131171-
CMYK0.160.2300.33
HSL258º19.23%59.22%-
HSV(B)258º23.39%67.06%-
XYZ26.7925.0141.94-
YUV139.15145.98130.75-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.13%
GREEN value IS 131 (51.56% from 255) = 29.44%
BLUE value IS 171 (67.19% from 255) = 38.43%
R=32.13%
G=29.44%
B=38.43%

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
Decimal1431311710.160.2300.3325819.2359.22
Hex8F83AB1017021102133b
Octal21720325320270414022373
Binary1000111110000011101010111000010111010000110000001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F83AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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