Html Css Color HEX #877AAC Deluge

📋 copy color: '#877AAC'

red 135 ◦ green 122 ◦ blue 172

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

Shades of Deluge #877AAC

Tints of Deluge #877AAC

RGB

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

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

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

R = 31.47%
G = 28.44%
B = 40.09%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#877AAC (or 0x877AAC) is known color: Deluge. HEX triplet: 87, 7A and AC. RGB value is (135,122,172). Sum of RGB (Red+Green+Blue) = 135+122+172=429 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.47% from 429); Green value is 122 (48.05% from 255 or 28.44% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 172 - color contains mainly: blue. Hex color #877AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877AAC is #788553. Grayscale: #838383. Windows color (decimal): -7898452 or 11303559. OLE color: 11303559.

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

Color convert

RGB 135 122 172 -
CMYK 0.22 0.29 0 0.33
HSL 255.6º 0.23% 0.58% -
HSV(B) 255.6º 0.29% 0.67% -
XYZ 24.4 22.05 42 -
YUV 131.59 150.81 130.43 -
System Red Green Blue C M Y K H S L
Decimal 135 122 172 0.22 0.29 0 0.33 255.6 0.23 0.58
Hex 87 7A AC 16 1D 0 21 100 17 3A
Octal 207 172 254 26 35 0 41 400 27 72
Binary 10000111 1111010 10101100 10110 11101 0 100001 100000000 10111 111010

Color Harmonies of #877AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877AAC

Black with #877AAC

Text Example


Text Example

White with #877AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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