#8C75AB

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

Shades of Deluge #8C75AB

Tints of Deluge #8C75AB

Color information

#8C75AB (or 0x8C75AB) is unknown color: approx Deluge. HEX triplet: 8C, 75 and AB. RGB value is (140,117,171). Sum of RGB (Red+Green+Blue) = 140+117+171=428 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.71% from 428); Green value is 117 (46.09% from 255 or 27.34% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C75AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C75AB is #738A54. Grayscale: #818181. Windows color (decimal): -7572053 or 11236748. OLE color: 11236748.

HSL color Cylindrical-coordinate representation of color #8C75AB: hue angle of 265.56º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8C75AB is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB140117171-
CMYK0.180.3200.33
HSL265.56º24.32%56.47%-
HSV(B)265.56º31.58%67.06%-
XYZ24.5321.2441.33-
YUV130.03151.12135.11-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.71%
GREEN value IS 117 (46.09% from 255) = 27.34%
BLUE value IS 171 (67.19% from 255) = 39.95%
R=32.71%
G=27.34%
B=39.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1401171710.180.3200.33265.5624.3256.47
Hex8C75AB122002110a1838
Octal21416525322400414123070
Binary1000110011101011010101110010100000010000110000101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C75AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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