Html Css Color HEX #877AAF Deluge

📋 copy color: '#877AAF'

red 135 ◦ green 122 ◦ blue 175

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

Shades of Deluge #877AAF

Tints of Deluge #877AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.51%

R = 31.25%
G = 28.24%
B = 40.51%

CMYK

 C value IS 0.23

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#877AAF (or 0x877AAF) is known color: Deluge. HEX triplet: 87, 7A and AF. RGB value is (135,122,175). Sum of RGB (Red+Green+Blue) = 135+122+175=432 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.25% from 432); Green value is 122 (48.05% from 255 or 28.24% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 175 - color contains mainly: blue. Hex color #877AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877AAF is #788550. Grayscale: #838383. Windows color (decimal): -7898449 or 11500167. OLE color: 11500167.

HSL color Cylindrical-coordinate representation of color #877AAF: hue angle of 254.72º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #877AAF is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 135 122 175 -
CMYK 0.23 0.30 0 0.31
HSL 254.72º 0.25% 0.58% -
HSV(B) 254.72º 0.3% 0.69% -
XYZ 24.69 22.17 43.53 -
YUV 131.93 152.31 130.19 -
System Red Green Blue C M Y K H S L
Decimal 135 122 175 0.23 0.30 0 0.31 254.72 0.25 0.58
Hex 87 7A AF 17 1E 0 1F FF 19 3A
Octal 207 172 257 27 36 0 37 377 31 72
Binary 10000111 1111010 10101111 10111 11110 0 11111 11111111 11001 111010

Color Harmonies of #877AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877AAF

Black with #877AAF

Text Example


Text Example

White with #877AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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