#8B819A

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

Shades of Deluge #8B819A

Tints of Deluge #8B819A

Color information

#8B819A (or 0x8B819A) is unknown color: approx Deluge. HEX triplet: 8B, 81 and 9A. RGB value is (139,129,154). Sum of RGB (Red+Green+Blue) = 139+129+154=422 (55% of max value = 765). Red value is 139 (54.69% from 255 or 32.94% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 154 - color contains mainly: blue. Hex color #8B819A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B819A is #747E65. Grayscale: #868686. Windows color (decimal): -7634534 or 10125707. OLE color: 10125707.

HSL color Cylindrical-coordinate representation of color #8B819A: hue angle of 264º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8B819A is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB139129154-
CMYK0.100.1600.40
HSL264º11.01%55.49%-
HSV(B)264º16.23%60.39%-
XYZ24.3323.5233.83-
YUV134.84138.81130.97-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.94%
GREEN value IS 129 (50.78% from 255) = 30.57%
BLUE value IS 154 (60.55% from 255) = 36.49%
R=32.94%
G=30.57%
B=36.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1391291540.100.1600.4026411.0155.49
Hex8B819AA10028108b37
Octal21320123212200504101367
Binary10001011100000011001101010101000001010001000010001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B819A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,129,154); }

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

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

 a { background-color: rgb(139,129,154); }

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

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

 span { border-color: rgb(139,129,154); }

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