Html Css Color HEX #877AAD Deluge

📋 copy color: '#877AAD'

red 135 ◦ green 122 ◦ blue 173

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

Shades of Deluge #877AAD

Tints of Deluge #877AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.23%

R = 31.4%
G = 28.37%
B = 40.23%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#877AAD (or 0x877AAD) is known color: Deluge. HEX triplet: 87, 7A and AD. RGB value is (135,122,173). Sum of RGB (Red+Green+Blue) = 135+122+173=430 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.40% from 430); Green value is 122 (48.05% from 255 or 28.37% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 173 - color contains mainly: blue. Hex color #877AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877AAD is #788552. Grayscale: #838383. Windows color (decimal): -7898451 or 11369095. OLE color: 11369095.

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

Color convert

RGB 135 122 173 -
CMYK 0.22 0.29 0 0.32
HSL 255.29º 0.24% 0.58% -
HSV(B) 255.29º 0.29% 0.68% -
XYZ 24.49 22.09 42.51 -
YUV 131.7 151.31 130.35 -
System Red Green Blue C M Y K H S L
Decimal 135 122 173 0.22 0.29 0 0.32 255.29 0.24 0.58
Hex 87 7A AD 16 1D 0 20 FF 18 3A
Octal 207 172 255 26 35 0 40 377 30 72
Binary 10000111 1111010 10101101 10110 11101 0 100000 11111111 11000 111010

Color Harmonies of #877AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877AAD

Black with #877AAD

Text Example


Text Example

White with #877AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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