Html Css Color HEX #877E9B Deluge

📋 copy color: '#877E9B'

red 135 ◦ green 126 ◦ blue 155

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

Shades of Deluge #877E9B

Tints of Deluge #877E9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.26%

R = 32.45%
G = 30.29%
B = 37.26%

CMYK

 C value IS 0.13

 M value IS 0.19

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#877E9B (or 0x877E9B) is known color: Deluge. HEX triplet: 87, 7E and 9B. RGB value is (135,126,155). Sum of RGB (Red+Green+Blue) = 135+126+155=416 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.45% from 416); Green value is 126 (49.61% from 255 or 30.29% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 155 - color contains mainly: blue. Hex color #877E9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877E9B is #788164. Grayscale: #838383. Windows color (decimal): -7897445 or 10190471. OLE color: 10190471.

HSL color Cylindrical-coordinate representation of color #877E9B: hue angle of 258.62º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #877E9B is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 135 126 155 -
CMYK 0.13 0.19 0 0.39
HSL 258.62º 0.13% 0.55% -
HSV(B) 258.62º 0.19% 0.61% -
XYZ 23.37 22.44 34.11 -
YUV 132 140.98 130.14 -
System Red Green Blue C M Y K H S L
Decimal 135 126 155 0.13 0.19 0 0.39 258.62 0.13 0.55
Hex 87 7E 9B D 13 0 27 103 D 37
Octal 207 176 233 15 23 0 47 403 15 67
Binary 10000111 1111110 10011011 1101 10011 0 100111 100000011 1101 110111

Color Harmonies of #877E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877E9B

Black with #877E9B

Text Example


Text Example

White with #877E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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