#8C7FB1

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

Shades of Deluge #8C7FB1

Tints of Deluge #8C7FB1

Color information

#8C7FB1 (or 0x8C7FB1) is unknown color: approx Deluge. HEX triplet: 8C, 7F and B1. RGB value is (140,127,177). Sum of RGB (Red+Green+Blue) = 140+127+177=444 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.53% from 444); Green value is 127 (50% from 255 or 28.60% from 444); Blue value is 177 (69.53% from 255 or 39.86% from 444); Max value from RGB is 177 - color contains mainly: blue. Hex color #8C7FB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7FB1 is #73804E. Grayscale: #888888. Windows color (decimal): -7569487 or 11632524. OLE color: 11632524.

HSL color Cylindrical-coordinate representation of color #8C7FB1: hue angle of 255.6º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8C7FB1 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB140127177-
CMYK0.210.2800.31
HSL255.6º24.27%59.61%-
HSV(B)255.6º28.25%69.41%-
XYZ26.3423.9344.83-
YUV136.59150.81130.43-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.53%
GREEN value IS 127 (50% from 255) = 28.60%
BLUE value IS 177 (69.53% from 255) = 39.86%
R=31.53%
G=28.60%
B=39.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1401271770.210.2800.31255.624.2759.61
Hex8C7FB1151C01F100183c
Octal21417726125340374003074
Binary10001100111111110110001101011110001111110000000011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,127,177); }

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

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

 a { background-color: rgb(140,127,177); }

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

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

 span { border-color: rgb(140,127,177); }

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