Html Css Color HEX #877DAE Deluge

📋 copy color: '#877DAE'

red 135 ◦ green 125 ◦ blue 174

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

Shades of Deluge #877DAE

Tints of Deluge #877DAE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.8%

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

R = 31.11%
G = 28.8%
B = 40.09%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#877DAE (or 0x877DAE) is known color: Deluge. HEX triplet: 87, 7D and AE. RGB value is (135,125,174). Sum of RGB (Red+Green+Blue) = 135+125+174=434 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.11% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 174 - color contains mainly: blue. Hex color #877DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877DAE is #788251. Grayscale: #858585. Windows color (decimal): -7897682 or 11435399. OLE color: 11435399.

HSL color Cylindrical-coordinate representation of color #877DAE: hue angle of 252.24º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #877DAE is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 135 125 174 -
CMYK 0.22 0.28 0 0.32
HSL 252.24º 0.23% 0.59% -
HSV(B) 252.24º 0.28% 0.68% -
XYZ 24.97 22.87 43.14 -
YUV 133.58 150.81 129.02 -
System Red Green Blue C M Y K H S L
Decimal 135 125 174 0.22 0.28 0 0.32 252.24 0.23 0.59
Hex 87 7D AE 16 1C 0 20 FC 17 3B
Octal 207 175 256 26 34 0 40 374 27 73
Binary 10000111 1111101 10101110 10110 11100 0 100000 11111100 10111 111011

Color Harmonies of #877DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877DAE

Black with #877DAE

Text Example


Text Example

White with #877DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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