Html Css Color HEX #877DA1 Deluge

📋 copy color: '#877DA1'

red 135 ◦ green 125 ◦ blue 161

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

Shades of Deluge #877DA1

Tints of Deluge #877DA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 38.24%

R = 32.07%
G = 29.69%
B = 38.24%

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

#877DA1 (or 0x877DA1) is known color: Deluge. HEX triplet: 87, 7D and A1. RGB value is (135,125,161). Sum of RGB (Red+Green+Blue) = 135+125+161=421 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.07% from 421); Green value is 125 (49.22% from 255 or 29.69% from 421); Blue value is 161 (63.28% from 255 or 38.24% from 421); Max value from RGB is 161 - color contains mainly: blue. Hex color #877DA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877DA1 is #78825E. Grayscale: #838383. Windows color (decimal): -7897695 or 10583431. OLE color: 10583431.

HSL color Cylindrical-coordinate representation of color #877DA1: hue angle of 256.67º 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 #877DA1 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 135 125 161 -
CMYK 0.16 0.22 0 0.37
HSL 256.67º 0.16% 0.56% -
HSV(B) 256.67º 0.22% 0.63% -
XYZ 23.76 22.39 36.79 -
YUV 132.09 144.31 130.07 -
System Red Green Blue C M Y K H S L
Decimal 135 125 161 0.16 0.22 0 0.37 256.67 0.16 0.56
Hex 87 7D A1 10 16 0 25 101 10 38
Octal 207 175 241 20 26 0 45 401 20 70
Binary 10000111 1111101 10100001 10000 10110 0 100101 100000001 10000 111000

Color Harmonies of #877DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877DA1

Black with #877DA1

Text Example


Text Example

White with #877DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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