#8B7BAE

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

Shades of Deluge #8B7BAE

Tints of Deluge #8B7BAE

Color information

#8B7BAE (or 0x8B7BAE) is unknown color: approx Deluge. HEX triplet: 8B, 7B and AE. RGB value is (139,123,174). Sum of RGB (Red+Green+Blue) = 139+123+174=436 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.88% from 436); Green value is 123 (48.44% from 255 or 28.21% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 174 - color contains mainly: blue. Hex color #8B7BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7BAE is #748451. Grayscale: #858585. Windows color (decimal): -7636050 or 11434891. OLE color: 11434891.

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

Color convert

RGB139123174-
CMYK0.200.2900.32
HSL258.82º23.94%58.24%-
HSV(B)258.82º29.31%68.24%-
XYZ25.3722.7143.09-
YUV133.6150.8131.85-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.88%
GREEN value IS 123 (48.44% from 255) = 28.21%
BLUE value IS 174 (68.36% from 255) = 39.91%
R=31.88%
G=28.21%
B=39.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1391231740.200.2900.32258.8223.9458.24
Hex8B7BAE141D020103183a
Octal21317325624350404033072
Binary100010111111011101011101010011101010000010000001111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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