#8C7BAF

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

Shades of Deluge #8C7BAF

Tints of Deluge #8C7BAF

Color information

#8C7BAF (or 0x8C7BAF) is unknown color: approx Deluge. HEX triplet: 8C, 7B and AF. RGB value is (140,123,175). Sum of RGB (Red+Green+Blue) = 140+123+175=438 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.96% from 438); Green value is 123 (48.44% from 255 or 28.08% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 175 - color contains mainly: blue. Hex color #8C7BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7BAF is #738450. Grayscale: #858585. Windows color (decimal): -7570513 or 11500428. OLE color: 11500428.

HSL color Cylindrical-coordinate representation of color #8C7BAF: hue angle of 259.62º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8C7BAF is Cyan = 0.2, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB140123175-
CMYK0.20.3000.31
HSL259.62º24.53%58.43%-
HSV(B)259.62º29.71%68.63%-
XYZ25.6422.8443.61-
YUV134.01151.13132.27-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.96%
GREEN value IS 123 (48.44% from 255) = 28.08%
BLUE value IS 175 (68.75% from 255) = 39.95%
R=31.96%
G=28.08%
B=39.95%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1401231750.20.3000.31259.6224.5358.43
Hex8C7BAF141E01F104193a
Octal21417325724360374043172
Binary10001100111101110101111101001111001111110000010011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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