Html Css Color HEX #877FA1 Deluge

📋 copy color: '#877FA1'

red 135 ◦ green 127 ◦ blue 161

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

Shades of Deluge #877FA1

Tints of Deluge #877FA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 38.06%

R = 31.91%
G = 30.02%
B = 38.06%

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

#877FA1 (or 0x877FA1) is known color: Deluge. HEX triplet: 87, 7F and A1. RGB value is (135,127,161). Sum of RGB (Red+Green+Blue) = 135+127+161=423 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.91% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 161 (63.28% from 255 or 38.06% from 423); Max value from RGB is 161 - color contains mainly: blue. Hex color #877FA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877FA1 is #78805E. Grayscale: #858585. Windows color (decimal): -7897183 or 10583943. OLE color: 10583943.

HSL color Cylindrical-coordinate representation of color #877FA1: hue angle of 254.12º 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 #877FA1 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 135 127 161 -
CMYK 0.16 0.21 0 0.37
HSL 254.12º 0.15% 0.56% -
HSV(B) 254.12º 0.21% 0.63% -
XYZ 24.01 22.9 36.87 -
YUV 133.27 143.65 129.24 -
System Red Green Blue C M Y K H S L
Decimal 135 127 161 0.16 0.21 0 0.37 254.12 0.15 0.56
Hex 87 7F A1 10 15 0 25 FE F 38
Octal 207 177 241 20 25 0 45 376 17 70
Binary 10000111 1111111 10100001 10000 10101 0 100101 11111110 1111 111000

Color Harmonies of #877FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877FA1

Black with #877FA1

Text Example


Text Example

White with #877FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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