#8B77A2

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

Shades of Deluge #8B77A2

Tints of Deluge #8B77A2

Color information

#8B77A2 (or 0x8B77A2) is unknown color: approx Deluge. HEX triplet: 8B, 77 and A2. RGB value is (139,119,162). Sum of RGB (Red+Green+Blue) = 139+119+162=420 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.10% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 162 (63.67% from 255 or 38.57% from 420); Max value from RGB is 162 - color contains mainly: blue. Hex color #8B77A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B77A2 is #74885D. Grayscale: #818181. Windows color (decimal): -7637086 or 10647435. OLE color: 10647435.

HSL color Cylindrical-coordinate representation of color #8B77A2: hue angle of 267.91º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8B77A2 is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB139119162-
CMYK0.140.2700.36
HSL267.91º18.78%55.1%-
HSV(B)267.91º26.54%63.53%-
XYZ23.7721.2937.04-
YUV129.88146.13134.5-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.10%
GREEN value IS 119 (46.88% from 255) = 28.33%
BLUE value IS 162 (63.67% from 255) = 38.57%
R=33.10%
G=28.33%
B=38.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1391191620.140.2700.36267.9118.7855.1
Hex8B77A2E1B02410c1337
Octal21316724216330444142367
Binary10001011111011110100010111011011010010010000110010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B77A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,119,162); }

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

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

 a { background-color: rgb(139,119,162); }

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

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

 span { border-color: rgb(139,119,162); }

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