Html Css Color HEX #877AAE Deluge

📋 copy color: '#877AAE'

red 135 ◦ green 122 ◦ blue 174

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

Shades of Deluge #877AAE

Tints of Deluge #877AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40.37%

R = 31.32%
G = 28.31%
B = 40.37%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#877AAE (or 0x877AAE) is known color: Deluge. HEX triplet: 87, 7A and AE. RGB value is (135,122,174). Sum of RGB (Red+Green+Blue) = 135+122+174=431 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.32% from 431); Green value is 122 (48.05% from 255 or 28.31% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 174 - color contains mainly: blue. Hex color #877AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877AAE is #788551. Grayscale: #838383. Windows color (decimal): -7898450 or 11434631. OLE color: 11434631.

HSL color Cylindrical-coordinate representation of color #877AAE: hue angle of 255º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #877AAE is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 135 122 174 -
CMYK 0.22 0.30 0 0.32
HSL 255º 0.24% 0.58% -
HSV(B) 255º 0.3% 0.68% -
XYZ 24.59 22.13 43.02 -
YUV 131.82 151.81 130.27 -
System Red Green Blue C M Y K H S L
Decimal 135 122 174 0.22 0.30 0 0.32 255 0.24 0.58
Hex 87 7A AE 16 1E 0 20 FF 18 3A
Octal 207 172 256 26 36 0 40 377 30 72
Binary 10000111 1111010 10101110 10110 11110 0 100000 11111111 11000 111010

Color Harmonies of #877AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877AAE

Black with #877AAE

Text Example


Text Example

White with #877AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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