Html Css Color HEX #877DA0 Deluge

📋 copy color: '#877DA0'

red 135 ◦ green 125 ◦ blue 160

#877DA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deluge #877DA0

Tints of Deluge #877DA0

RGB

 RED value IS 135 (53.13% from 255) = 32.14%

 GREEN value IS 125 (49.22% from 255) = 29.76%

 BLUE value IS 160 (62.89% from 255) = 38.1%

R = 32.14%
G = 29.76%
B = 38.1%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#877DA0 (or 0x877DA0) is known color: Deluge. HEX triplet: 87, 7D and A0. RGB value is (135,125,160). Sum of RGB (Red+Green+Blue) = 135+125+160=420 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.14% from 420); Green value is 125 (49.22% from 255 or 29.76% from 420); Blue value is 160 (62.89% from 255 or 38.10% from 420); Max value from RGB is 160 - color contains mainly: blue. Hex color #877DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877DA0 is #78825F. Grayscale: #838383. Windows color (decimal): -7897696 or 10517895. OLE color: 10517895.

HSL color Cylindrical-coordinate representation of color #877DA0: hue angle of 257.14º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #877DA0 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 135 125 160 -
CMYK 0.16 0.22 0 0.37
HSL 257.14º 0.16% 0.56% -
HSV(B) 257.14º 0.22% 0.63% -
XYZ 23.67 22.36 36.33 -
YUV 131.98 143.81 130.15 -
System Red Green Blue C M Y K H S L
Decimal 135 125 160 0.16 0.22 0 0.37 257.14 0.16 0.56
Hex 87 7D A0 10 16 0 25 101 10 38
Octal 207 175 240 20 26 0 45 401 20 70
Binary 10000111 1111101 10100000 10000 10110 0 100101 100000001 10000 111000

Color Harmonies of #877DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877DA0

Black with #877DA0

Text Example


Text Example

White with #877DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,125,160); }

 H1.HeaderClassName
 {
   color: #877DA0;
 }
 .AnyTagClassName
 {
   color: #877DA0;
 }
</style>

background-color css

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

 a { background-color: rgb(135,125,160); }

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

border-color css

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

 span { border-color: rgb(135,125,160); }

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