#8B77AE

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

Shades of Deluge #8B77AE

Tints of Deluge #8B77AE

Color information

#8B77AE (or 0x8B77AE) is unknown color: approx Deluge. HEX triplet: 8B, 77 and AE. RGB value is (139,119,174). Sum of RGB (Red+Green+Blue) = 139+119+174=432 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.18% from 432); Green value is 119 (46.88% from 255 or 27.55% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 174 - color contains mainly: blue. Hex color #8B77AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B77AE is #748851. Grayscale: #838383. Windows color (decimal): -7637074 or 11433867. OLE color: 11433867.

HSL color Cylindrical-coordinate representation of color #8B77AE: hue angle of 261.82º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B77AE is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB139119174-
CMYK0.200.3200.32
HSL261.82º25.35%57.45%-
HSV(B)261.82º31.61%68.24%-
XYZ24.8821.7442.93-
YUV131.25152.13133.53-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.18%
GREEN value IS 119 (46.88% from 255) = 27.55%
BLUE value IS 174 (68.36% from 255) = 40.28%
R=32.18%
G=27.55%
B=40.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1391191740.200.3200.32261.8225.3557.45
Hex8B77AE14200201061939
Octal21316725624400404063171
Binary1000101111101111010111010100100000010000010000011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B77AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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