#877cb3

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

Shades of Deluge #877CB3

Tints of Deluge #877CB3

Color information

#877CB3 (or 0x877CB3) is unknown color: approx Deluge. HEX triplet: 87, 7C and B3. RGB value is (135,124,179). Sum of RGB (Red+Green+Blue) = 135+124+179=438 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.82% from 438); Green value is 124 (48.83% from 255 or 28.31% from 438); Blue value is 179 (70.31% from 255 or 40.87% from 438); Max value from RGB is 179 - color contains mainly: blue. Hex color #877CB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877CB3 is #78834C. Grayscale: #858585. Windows color (decimal): -7897933 or 11762823. OLE color: 11762823.

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

Color convert

RGB135124179-
CMYK0.250.3100.30
HSL252º26.57%59.41%-
HSV(B)252º30.73%70.2%-
XYZ25.3422.8245.72-
YUV133.56153.64129.03-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.82%
GREEN value IS 124 (48.83% from 255) = 28.31%
BLUE value IS 179 (70.31% from 255) = 40.87%
R=30.82%
G=28.31%
B=40.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1351241790.250.3100.3025226.5759.41
Hex877CB3191F01Efc1b3b
Octal20717426331370363743373
Binary1000011111111001011001111001111110111101111110011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877cb3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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