#877AB3

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

Shades of Deluge #877AB3

Tints of Deluge #877AB3

Color information

#877AB3 (or 0x877AB3) is unknown color: approx Deluge. HEX triplet: 87, 7A and B3. RGB value is (135,122,179). Sum of RGB (Red+Green+Blue) = 135+122+179=436 (57% of max value = 765). Red value is 135 (53.12% from 255 or 30.96% from 436); Green value is 122 (48.05% from 255 or 27.98% from 436); Blue value is 179 (70.31% from 255 or 41.06% from 436); Max value from RGB is 179 - color contains mainly: blue. Hex color #877AB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877AB3 is #78854C. Grayscale: #848484. Windows color (decimal): -7898445 or 11762311. OLE color: 11762311.

HSL color Cylindrical-coordinate representation of color #877AB3: hue angle of 253.68º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #877AB3 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB135122179-
CMYK0.250.3200.30
HSL253.68º27.27%59.02%-
HSV(B)253.68º31.84%70.2%-
XYZ25.0922.3245.63-
YUV132.38154.31129.87-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.96%
GREEN value IS 122 (48.05% from 255) = 27.98%
BLUE value IS 179 (70.31% from 255) = 41.06%
R=30.96%
G=27.98%
B=41.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1351221790.250.3200.30253.6827.2759.02
Hex877AB3192001Efe1b3b
Octal20717226331400363763373
Binary10000111111101010110011110011000000111101111111011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877AB3; }

 p { color: rgb(135,122,179); }

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

<style>
 a { background-color: #877AB3; }

 a { background-color: rgb(135,122,179); }

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

<style>
 span { border-color: #877AB3; }

 span { border-color: rgb(135,122,179); }

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