Html Css Color HEX #877DAA Deluge

📋 copy color: '#877DAA'

red 135 ◦ green 125 ◦ blue 170

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

Shades of Deluge #877DAA

Tints of Deluge #877DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.53%

R = 31.4%
G = 29.07%
B = 39.53%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#877DAA (or 0x877DAA) is known color: Deluge. HEX triplet: 87, 7D and AA. RGB value is (135,125,170). Sum of RGB (Red+Green+Blue) = 135+125+170=430 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.40% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 170 - color contains mainly: blue. Hex color #877DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877DAA is #788255. Grayscale: #848484. Windows color (decimal): -7897686 or 11173255. OLE color: 11173255.

HSL color Cylindrical-coordinate representation of color #877DAA: hue angle of 253.33º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #877DAA is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 135 125 170 -
CMYK 0.21 0.26 0 0.33
HSL 253.33º 0.21% 0.58% -
HSV(B) 253.33º 0.26% 0.67% -
XYZ 24.58 22.72 41.12 -
YUV 133.12 148.81 129.34 -
System Red Green Blue C M Y K H S L
Decimal 135 125 170 0.21 0.26 0 0.33 253.33 0.21 0.58
Hex 87 7D AA 15 1A 0 21 FD 15 3A
Octal 207 175 252 25 32 0 41 375 25 72
Binary 10000111 1111101 10101010 10101 11010 0 100001 11111101 10101 111010

Color Harmonies of #877DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877DAA

Black with #877DAA

Text Example


Text Example

White with #877DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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