Html Css Color HEX #877FA6 Deluge

📋 copy color: '#877FA6'

red 135 ◦ green 127 ◦ blue 166

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

Shades of Deluge #877FA6

Tints of Deluge #877FA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 38.79%

R = 31.54%
G = 29.67%
B = 38.79%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#877FA6 (or 0x877FA6) is known color: Deluge. HEX triplet: 87, 7F and A6. RGB value is (135,127,166). Sum of RGB (Red+Green+Blue) = 135+127+166=428 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.54% from 428); Green value is 127 (50% from 255 or 29.67% from 428); Blue value is 166 (65.23% from 255 or 38.79% from 428); Max value from RGB is 166 - color contains mainly: blue. Hex color #877FA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877FA6 is #788059. Grayscale: #858585. Windows color (decimal): -7897178 or 10911623. OLE color: 10911623.

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

Color convert

RGB 135 127 166 -
CMYK 0.19 0.23 0 0.35
HSL 252.31º 0.18% 0.57% -
HSV(B) 252.31º 0.23% 0.65% -
XYZ 24.46 23.08 39.24 -
YUV 133.84 146.15 128.83 -
System Red Green Blue C M Y K H S L
Decimal 135 127 166 0.19 0.23 0 0.35 252.31 0.18 0.57
Hex 87 7F A6 13 17 0 23 FC 12 39
Octal 207 177 246 23 27 0 43 374 22 71
Binary 10000111 1111111 10100110 10011 10111 0 100011 11111100 10010 111001

Color Harmonies of #877FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877FA6

Black with #877FA6

Text Example


Text Example

White with #877FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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