#8B76AE

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

Shades of Deluge #8B76AE

Tints of Deluge #8B76AE

Color information

#8B76AE (or 0x8B76AE) is unknown color: approx Deluge. HEX triplet: 8B, 76 and AE. RGB value is (139,118,174). Sum of RGB (Red+Green+Blue) = 139+118+174=431 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.25% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 174 - color contains mainly: blue. Hex color #8B76AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B76AE is #748951. Grayscale: #828282. Windows color (decimal): -7637330 or 11433611. OLE color: 11433611.

HSL color Cylindrical-coordinate representation of color #8B76AE: hue angle of 262.5º degrees, saturation: 0.26, 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 #8B76AE is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB139118174-
CMYK0.200.3200.32
HSL262.5º25.69%57.25%-
HSV(B)262.5º32.18%68.24%-
XYZ24.7721.542.89-
YUV130.66152.46133.95-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.25%
GREEN value IS 118 (46.48% from 255) = 27.38%
BLUE value IS 174 (68.36% from 255) = 40.37%
R=32.25%
G=27.38%
B=40.37%

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
Decimal1391181740.200.3200.32262.525.6957.25
Hex8B76AE14200201061a39
Octal21316625624400404063271
Binary1000101111101101010111010100100000010000010000011011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B76AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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