#8C78AD

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

Shades of Deluge #8C78AD

Tints of Deluge #8C78AD

Color information

#8C78AD (or 0x8C78AD) is unknown color: approx Deluge. HEX triplet: 8C, 78 and AD. RGB value is (140,120,173). Sum of RGB (Red+Green+Blue) = 140+120+173=433 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.33% from 433); Green value is 120 (47.27% from 255 or 27.71% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 173 - color contains mainly: blue. Hex color #8C78AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C78AD is #738752. Grayscale: #838383. Windows color (decimal): -7571283 or 11368588. OLE color: 11368588.

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

Color convert

RGB140120173-
CMYK0.190.3100.32
HSL262.64º24.42%57.45%-
HSV(B)262.64º30.64%67.84%-
XYZ25.0722.0342.46-
YUV132.02151.13133.69-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.33%
GREEN value IS 120 (47.27% from 255) = 27.71%
BLUE value IS 173 (67.97% from 255) = 39.95%
R=32.33%
G=27.71%
B=39.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1401201730.190.3100.32262.6424.4257.45
Hex8C78AD131F0201071839
Octal21417025523370404073071
Binary100011001111000101011011001111111010000010000011111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C78AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,120,173); }

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

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

 a { background-color: rgb(140,120,173); }

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

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

 span { border-color: rgb(140,120,173); }

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