Html Css Color HEX #877CA7 Deluge

📋 copy color: '#877CA7'

red 135 ◦ green 124 ◦ blue 167

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

Shades of Deluge #877CA7

Tints of Deluge #877CA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 39.2%

R = 31.69%
G = 29.11%
B = 39.2%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#877CA7 (or 0x877CA7) is known color: Deluge. HEX triplet: 87, 7C and A7. RGB value is (135,124,167). Sum of RGB (Red+Green+Blue) = 135+124+167=426 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.69% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 167 (65.62% from 255 or 39.20% from 426); Max value from RGB is 167 - color contains mainly: blue. Hex color #877CA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877CA7 is #788358. Grayscale: #848484. Windows color (decimal): -7897945 or 10976391. OLE color: 10976391.

HSL color Cylindrical-coordinate representation of color #877CA7: hue angle of 255.35º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #877CA7 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 135 124 167 -
CMYK 0.19 0.26 0 0.35
HSL 255.35º 0.2% 0.57% -
HSV(B) 255.35º 0.26% 0.65% -
XYZ 24.17 22.36 39.6 -
YUV 132.19 147.64 130 -
System Red Green Blue C M Y K H S L
Decimal 135 124 167 0.19 0.26 0 0.35 255.35 0.2 0.57
Hex 87 7C A7 13 1A 0 23 FF 14 39
Octal 207 174 247 23 32 0 43 377 24 71
Binary 10000111 1111100 10100111 10011 11010 0 100011 11111111 10100 111001

Color Harmonies of #877CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877CA7

Black with #877CA7

Text Example


Text Example

White with #877CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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