#8C7BA0

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

Shades of Deluge #8C7BA0

Tints of Deluge #8C7BA0

Color information

#8C7BA0 (or 0x8C7BA0) is unknown color: approx Deluge. HEX triplet: 8C, 7B and A0. RGB value is (140,123,160). Sum of RGB (Red+Green+Blue) = 140+123+160=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 160 (62.89% from 255 or 37.83% from 423); Max value from RGB is 160 - color contains mainly: blue. Hex color #8C7BA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7BA0 is #73845F. Grayscale: #848484. Windows color (decimal): -7570528 or 10517388. OLE color: 10517388.

HSL color Cylindrical-coordinate representation of color #8C7BA0: hue angle of 267.57º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8C7BA0 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB140123160-
CMYK0.120.2300.37
HSL267.57º16.3%55.49%-
HSV(B)267.57º23.13%62.75%-
XYZ24.2422.2836.28-
YUV132.3143.63133.49-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.10%
GREEN value IS 123 (48.44% from 255) = 29.08%
BLUE value IS 160 (62.89% from 255) = 37.83%
R=33.10%
G=29.08%
B=37.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1401231600.120.2300.37267.5716.355.49
Hex8C7BA0C1702510c1037
Octal21417324014270454142067
Binary10001100111101110100000110010111010010110000110010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,123,160); }

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

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

 a { background-color: rgb(140,123,160); }

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

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

 span { border-color: rgb(140,123,160); }

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