#8C819B

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

Shades of Deluge #8C819B

Tints of Deluge #8C819B

Color information

#8C819B (or 0x8C819B) is unknown color: approx Deluge. HEX triplet: 8C, 81 and 9B. RGB value is (140,129,155). Sum of RGB (Red+Green+Blue) = 140+129+155=424 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.02% from 424); Green value is 129 (50.78% from 255 or 30.42% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 155 - color contains mainly: blue. Hex color #8C819B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C819B is #737E64. Grayscale: #878787. Windows color (decimal): -7568997 or 10191244. OLE color: 10191244.

HSL color Cylindrical-coordinate representation of color #8C819B: hue angle of 265.38º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8C819B is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB140129155-
CMYK0.100.1700.39
HSL265.38º11.5%55.69%-
HSV(B)265.38º16.77%60.78%-
XYZ24.5823.6434.28-
YUV135.25139.14131.39-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.02%
GREEN value IS 129 (50.78% from 255) = 30.42%
BLUE value IS 155 (60.94% from 255) = 36.56%
R=33.02%
G=30.42%
B=36.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1401291550.100.1700.39265.3811.555.69
Hex8C819BA11027109c38
Octal21420123312210474111470
Binary10001100100000011001101110101000101001111000010011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C819B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,129,155); }

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

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

 a { background-color: rgb(140,129,155); }

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

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

 span { border-color: rgb(140,129,155); }

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