Html Css Color HEX #877EA7 Deluge

📋 copy color: '#877EA7'

red 135 ◦ green 126 ◦ blue 167

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

Shades of Deluge #877EA7

Tints of Deluge #877EA7

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.44%

 BLUE value IS 167 (65.63% from 255) = 39.02%

R = 31.54%
G = 29.44%
B = 39.02%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#877EA7 (or 0x877EA7) is known color: Deluge. HEX triplet: 87, 7E and A7. RGB value is (135,126,167). Sum of RGB (Red+Green+Blue) = 135+126+167=428 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.54% from 428); Green value is 126 (49.61% from 255 or 29.44% from 428); Blue value is 167 (65.62% from 255 or 39.02% from 428); Max value from RGB is 167 - color contains mainly: blue. Hex color #877EA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877EA7 is #788158. Grayscale: #858585. Windows color (decimal): -7897433 or 10976903. OLE color: 10976903.

HSL color Cylindrical-coordinate representation of color #877EA7: hue angle of 253.17º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #877EA7 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 135 126 167 -
CMYK 0.19 0.25 0 0.35
HSL 253.17º 0.19% 0.57% -
HSV(B) 253.17º 0.25% 0.65% -
XYZ 24.43 22.86 39.68 -
YUV 133.37 146.98 129.17 -
System Red Green Blue C M Y K H S L
Decimal 135 126 167 0.19 0.25 0 0.35 253.17 0.19 0.57
Hex 87 7E A7 13 19 0 23 FD 13 39
Octal 207 176 247 23 31 0 43 375 23 71
Binary 10000111 1111110 10100111 10011 11001 0 100011 11111101 10011 111001

Color Harmonies of #877EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877EA7

Black with #877EA7

Text Example


Text Example

White with #877EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,126,167); }

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

background-color css

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

 a { background-color: rgb(135,126,167); }

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

border-color css

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

 span { border-color: rgb(135,126,167); }

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