Html Css Color HEX #877FA0 Deluge

📋 copy color: '#877FA0'

red 135 ◦ green 127 ◦ blue 160

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

Shades of Deluge #877FA0

Tints of Deluge #877FA0

RGB

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

 GREEN value IS 127 (50% from 255) = 30.09%

 BLUE value IS 160 (62.89% from 255) = 37.91%

R = 31.99%
G = 30.09%
B = 37.91%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#877FA0 (or 0x877FA0) is known color: Deluge. HEX triplet: 87, 7F and A0. RGB value is (135,127,160). Sum of RGB (Red+Green+Blue) = 135+127+160=422 (55% of max value = 765). Red value is 135 (53.12% from 255 or 31.99% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 160 (62.89% from 255 or 37.91% from 422); Max value from RGB is 160 - color contains mainly: blue. Hex color #877FA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877FA0 is #78805F. Grayscale: #858585. Windows color (decimal): -7897184 or 10518407. OLE color: 10518407.

HSL color Cylindrical-coordinate representation of color #877FA0: hue angle of 254.55º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #877FA0 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 135 127 160 -
CMYK 0.16 0.21 0 0.37
HSL 254.55º 0.15% 0.56% -
HSV(B) 254.55º 0.21% 0.63% -
XYZ 23.93 22.87 36.41 -
YUV 133.15 143.15 129.32 -
System Red Green Blue C M Y K H S L
Decimal 135 127 160 0.16 0.21 0 0.37 254.55 0.15 0.56
Hex 87 7F A0 10 15 0 25 FF F 38
Octal 207 177 240 20 25 0 45 377 17 70
Binary 10000111 1111111 10100000 10000 10101 0 100101 11111111 1111 111000

Color Harmonies of #877FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877FA0

Black with #877FA0

Text Example


Text Example

White with #877FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,127,160); }

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

background-color css

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

 a { background-color: rgb(135,127,160); }

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

border-color css

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

 span { border-color: rgb(135,127,160); }

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