#8775AB

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

Shades of Deluge #8775AB

Tints of Deluge #8775AB

Color information

#8775AB (or 0x8775AB) is unknown color: approx Deluge. HEX triplet: 87, 75 and AB. RGB value is (135,117,171). Sum of RGB (Red+Green+Blue) = 135+117+171=423 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.91% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 171 - color contains mainly: blue. Hex color #8775AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8775AB is #788A54. Grayscale: #808080. Windows color (decimal): -7899733 or 11236743. OLE color: 11236743.

HSL color Cylindrical-coordinate representation of color #8775AB: hue angle of 260º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8775AB is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB135117171-
CMYK0.210.3200.33
HSL260º24.32%56.47%-
HSV(B)260º31.58%67.06%-
XYZ23.720.8141.3-
YUV128.54151.96132.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.91%
GREEN value IS 117 (46.09% from 255) = 27.66%
BLUE value IS 171 (67.19% from 255) = 40.43%
R=31.91%
G=27.66%
B=40.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351171710.210.3200.3326024.3256.47
Hex8775AB15200211041838
Octal20716525325400414043070
Binary1000011111101011010101110101100000010000110000010011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8775AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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