#8B7AB3

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

Shades of Deluge #8B7AB3

Tints of Deluge #8B7AB3

Color information

#8B7AB3 (or 0x8B7AB3) is unknown color: approx Deluge. HEX triplet: 8B, 7A and B3. RGB value is (139,122,179). Sum of RGB (Red+Green+Blue) = 139+122+179=440 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.59% from 440); Green value is 122 (48.05% from 255 or 27.73% from 440); Blue value is 179 (70.31% from 255 or 40.68% from 440); Max value from RGB is 179 - color contains mainly: blue. Hex color #8B7AB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7AB3 is #74854C. Grayscale: #858585. Windows color (decimal): -7636301 or 11762315. OLE color: 11762315.

HSL color Cylindrical-coordinate representation of color #8B7AB3: hue angle of 257.89º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B7AB3 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB139122179-
CMYK0.220.3200.30
HSL257.89º27.27%59.02%-
HSV(B)257.89º31.84%70.2%-
XYZ25.7422.6645.67-
YUV133.58153.63131.87-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.59%
GREEN value IS 122 (48.05% from 255) = 27.73%
BLUE value IS 179 (70.31% from 255) = 40.68%
R=31.59%
G=27.73%
B=40.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1391221790.220.3200.30257.8927.2759.02
Hex8B7AB3162001E1021b3b
Octal21317226326400364023373
Binary100010111111010101100111011010000001111010000001011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,122,179); }

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

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

 a { background-color: rgb(139,122,179); }

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

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

 span { border-color: rgb(139,122,179); }

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