Html Css Color HEX #877CAF Deluge

📋 copy color: '#877CAF'

red 135 ◦ green 124 ◦ blue 175

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

Shades of Deluge #877CAF

Tints of Deluge #877CAF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.57%

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

R = 31.11%
G = 28.57%
B = 40.32%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#877CAF (or 0x877CAF) is known color: Deluge. HEX triplet: 87, 7C and AF. RGB value is (135,124,175). Sum of RGB (Red+Green+Blue) = 135+124+175=434 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.11% from 434); Green value is 124 (48.83% from 255 or 28.57% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 175 - color contains mainly: blue. Hex color #877CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877CAF is #788350. Grayscale: #848484. Windows color (decimal): -7897937 or 11500679. OLE color: 11500679.

HSL color Cylindrical-coordinate representation of color #877CAF: hue angle of 252.94º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #877CAF is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 135 124 175 -
CMYK 0.23 0.29 0 0.31
HSL 252.94º 0.24% 0.59% -
HSV(B) 252.94º 0.29% 0.69% -
XYZ 24.94 22.66 43.62 -
YUV 133.1 151.64 129.35 -
System Red Green Blue C M Y K H S L
Decimal 135 124 175 0.23 0.29 0 0.31 252.94 0.24 0.59
Hex 87 7C AF 17 1D 0 1F FD 18 3B
Octal 207 174 257 27 35 0 37 375 30 73
Binary 10000111 1111100 10101111 10111 11101 0 11111 11111101 11000 111011

Color Harmonies of #877CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877CAF

Black with #877CAF

Text Example


Text Example

White with #877CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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