Html Css Color HEX #877899 Deluge

📋 copy color: '#877899'

red 135 ◦ green 120 ◦ blue 153

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

Shades of Deluge #877899

Tints of Deluge #877899

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.41%

 BLUE value IS 153 (60.16% from 255) = 37.5%

R = 33.09%
G = 29.41%
B = 37.5%

CMYK

 C value IS 0.12

 M value IS 0.22

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#877899 (or 0x877899) is known color: Deluge. HEX triplet: 87, 78 and 99. RGB value is (135,120,153). Sum of RGB (Red+Green+Blue) = 135+120+153=408 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.09% from 408); Green value is 120 (47.27% from 255 or 29.41% from 408); Blue value is 153 (60.16% from 255 or 37.5% from 408); Max value from RGB is 153 - color contains mainly: blue. Hex color #877899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877899 is #788766. Grayscale: #808080. Windows color (decimal): -7898983 or 10057863. OLE color: 10057863.

HSL color Cylindrical-coordinate representation of color #877899: hue angle of 267.27º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #877899 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 135 120 153 -
CMYK 0.12 0.22 0 0.4
HSL 267.27º 0.14% 0.54% -
HSV(B) 267.27º 0.22% 0.6% -
XYZ 22.46 20.88 32.98 -
YUV 128.25 141.97 132.82 -
System Red Green Blue C M Y K H S L
Decimal 135 120 153 0.12 0.22 0 0.4 267.27 0.14 0.54
Hex 87 78 99 C 16 0 28 10B E 36
Octal 207 170 231 14 26 0 50 413 16 66
Binary 10000111 1111000 10011001 1100 10110 0 101000 100001011 1110 110110

Color Harmonies of #877899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877899

Black with #877899

Text Example


Text Example

White with #877899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877899; }

 p { color: rgb(135,120,153); }

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

background-color css

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

 a { background-color: rgb(135,120,153); }

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

border-color css

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

 span { border-color: rgb(135,120,153); }

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