#8775B1

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

Shades of Deluge #8775B1

Tints of Deluge #8775B1

Color information

#8775B1 (or 0x8775B1) is unknown color: approx Deluge. HEX triplet: 87, 75 and B1. RGB value is (135,117,177). Sum of RGB (Red+Green+Blue) = 135+117+177=429 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.47% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 177 (69.53% from 255 or 41.26% from 429); Max value from RGB is 177 - color contains mainly: blue. Hex color #8775B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8775B1 is #788A4E. Grayscale: #818181. Windows color (decimal): -7899727 or 11629959. OLE color: 11629959.

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

Color convert

RGB135117177-
CMYK0.240.3400.31
HSL258º27.78%57.65%-
HSV(B)258º33.9%69.41%-
XYZ24.2921.0544.38-
YUV129.22154.96132.12-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.47%
GREEN value IS 117 (46.09% from 255) = 27.27%
BLUE value IS 177 (69.53% from 255) = 41.26%
R=31.47%
G=27.27%
B=41.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1351171770.240.3400.3125827.7857.65
Hex8775B1182201F1021c3a
Octal20716526130420374023472
Binary100001111110101101100011100010001001111110000001011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8775B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8775B1; }

 p { color: rgb(135,117,177); }

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

<style>
 a { background-color: #8775B1; }

 a { background-color: rgb(135,117,177); }

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

<style>
 span { border-color: #8775B1; }

 span { border-color: rgb(135,117,177); }

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