Html Css Color HEX #877DAC Deluge

📋 copy color: '#877DAC'

red 135 ◦ green 125 ◦ blue 172

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

Shades of Deluge #877DAC

Tints of Deluge #877DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.81%

R = 31.25%
G = 28.94%
B = 39.81%

CMYK

 C value IS 0.22

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#877DAC (or 0x877DAC) is known color: Deluge. HEX triplet: 87, 7D and AC. RGB value is (135,125,172). Sum of RGB (Red+Green+Blue) = 135+125+172=432 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.25% from 432); Green value is 125 (49.22% from 255 or 28.94% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 172 - color contains mainly: blue. Hex color #877DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877DAC is #788253. Grayscale: #858585. Windows color (decimal): -7897684 or 11304327. OLE color: 11304327.

HSL color Cylindrical-coordinate representation of color #877DAC: hue angle of 252.77º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #877DAC is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 135 125 172 -
CMYK 0.22 0.27 0 0.33
HSL 252.77º 0.22% 0.58% -
HSV(B) 252.77º 0.27% 0.67% -
XYZ 24.77 22.8 42.12 -
YUV 133.35 149.81 129.18 -
System Red Green Blue C M Y K H S L
Decimal 135 125 172 0.22 0.27 0 0.33 252.77 0.22 0.58
Hex 87 7D AC 16 1B 0 21 FD 16 3A
Octal 207 175 254 26 33 0 41 375 26 72
Binary 10000111 1111101 10101100 10110 11011 0 100001 11111101 10110 111010

Color Harmonies of #877DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877DAC

Black with #877DAC

Text Example


Text Example

White with #877DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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