#8C7FAB

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

Shades of Deluge #8C7FAB

Tints of Deluge #8C7FAB

Color information

#8C7FAB (or 0x8C7FAB) is unknown color: approx Deluge. HEX triplet: 8C, 7F and AB. RGB value is (140,127,171). Sum of RGB (Red+Green+Blue) = 140+127+171=438 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.96% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C7FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7FAB is #738054. Grayscale: #878787. Windows color (decimal): -7569493 or 11239308. OLE color: 11239308.

HSL color Cylindrical-coordinate representation of color #8C7FAB: hue angle of 257.73º 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 #8C7FAB is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB140127171-
CMYK0.180.2600.33
HSL257.73º20.75%58.43%-
HSV(B)257.73º25.73%67.06%-
XYZ25.7623.6941.74-
YUV135.9147.81130.92-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.96%
GREEN value IS 127 (50% from 255) = 29.00%
BLUE value IS 171 (67.19% from 255) = 39.04%
R=31.96%
G=29.00%
B=39.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1401271710.180.2600.33257.7320.7558.43
Hex8C7FAB121A021102153a
Octal21417725322320414022572
Binary100011001111111101010111001011010010000110000001010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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