Html Css Color HEX #877AA6 Deluge

📋 copy color: '#877AA6'

red 135 ◦ green 122 ◦ blue 166

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

Shades of Deluge #877AA6

Tints of Deluge #877AA6

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.84%

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

R = 31.91%
G = 28.84%
B = 39.24%

CMYK

 C value IS 0.19

 M value IS 0.27

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#877AA6 (or 0x877AA6) is known color: Deluge. HEX triplet: 87, 7A and A6. RGB value is (135,122,166). Sum of RGB (Red+Green+Blue) = 135+122+166=423 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.91% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 166 (65.23% from 255 or 39.24% from 423); Max value from RGB is 166 - color contains mainly: blue. Hex color #877AA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877AA6 is #788559. Grayscale: #828282. Windows color (decimal): -7898458 or 10910343. OLE color: 10910343.

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

Color convert

RGB 135 122 166 -
CMYK 0.19 0.27 0 0.35
HSL 257.73º 0.2% 0.56% -
HSV(B) 257.73º 0.27% 0.65% -
XYZ 23.83 21.82 39.03 -
YUV 130.9 147.81 130.92 -
System Red Green Blue C M Y K H S L
Decimal 135 122 166 0.19 0.27 0 0.35 257.73 0.2 0.56
Hex 87 7A A6 13 1B 0 23 102 14 38
Octal 207 172 246 23 33 0 43 402 24 70
Binary 10000111 1111010 10100110 10011 11011 0 100011 100000010 10100 111000

Color Harmonies of #877AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877AA6

Black with #877AA6

Text Example


Text Example

White with #877AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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