#8B7FAB

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

Shades of Deluge #8B7FAB

Tints of Deluge #8B7FAB

Color information

#8B7FAB (or 0x8B7FAB) is unknown color: approx Deluge. HEX triplet: 8B, 7F and AB. RGB value is (139,127,171). Sum of RGB (Red+Green+Blue) = 139+127+171=437 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.81% from 437); Green value is 127 (50% from 255 or 29.06% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 171 - color contains mainly: blue. Hex color #8B7FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7FAB is #748054. Grayscale: #878787. Windows color (decimal): -7635029 or 11239307. OLE color: 11239307.

HSL color Cylindrical-coordinate representation of color #8B7FAB: hue angle of 256.36º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8B7FAB is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB139127171-
CMYK0.190.2600.33
HSL256.36º20.75%58.43%-
HSV(B)256.36º25.73%67.06%-
XYZ25.5923.6141.74-
YUV135.6147.98130.42-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.81%
GREEN value IS 127 (50% from 255) = 29.06%
BLUE value IS 171 (67.19% from 255) = 39.13%
R=31.81%
G=29.06%
B=39.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1391271710.190.2600.33256.3620.7558.43
Hex8B7FAB131A021100153a
Octal21317725323320414002572
Binary100010111111111101010111001111010010000110000000010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,127,171); }

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

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

 a { background-color: rgb(139,127,171); }

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

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

 span { border-color: rgb(139,127,171); }

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