Html Css Color HEX #877D9E Deluge

📋 copy color: '#877D9E'

red 135 ◦ green 125 ◦ blue 158

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

Shades of Deluge #877D9E

Tints of Deluge #877D9E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.9%

 BLUE value IS 158 (62.11% from 255) = 37.8%

R = 32.3%
G = 29.9%
B = 37.8%

CMYK

 C value IS 0.15

 M value IS 0.21

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#877D9E (or 0x877D9E) is known color: Deluge. HEX triplet: 87, 7D and 9E. RGB value is (135,125,158). Sum of RGB (Red+Green+Blue) = 135+125+158=418 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.30% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 158 - color contains mainly: blue. Hex color #877D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877D9E is #788261. Grayscale: #838383. Windows color (decimal): -7897698 or 10386823. OLE color: 10386823.

HSL color Cylindrical-coordinate representation of color #877D9E: hue angle of 258.18º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #877D9E is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 135 125 158 -
CMYK 0.15 0.21 0 0.38
HSL 258.18º 0.15% 0.55% -
HSV(B) 258.18º 0.21% 0.62% -
XYZ 23.5 22.29 35.41 -
YUV 131.75 142.81 130.32 -
System Red Green Blue C M Y K H S L
Decimal 135 125 158 0.15 0.21 0 0.38 258.18 0.15 0.55
Hex 87 7D 9E F 15 0 26 102 F 37
Octal 207 175 236 17 25 0 46 402 17 67
Binary 10000111 1111101 10011110 1111 10101 0 100110 100000010 1111 110111

Color Harmonies of #877D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877D9E

Black with #877D9E

Text Example


Text Example

White with #877D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,125,158); }

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

background-color css

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

 a { background-color: rgb(135,125,158); }

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

border-color css

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

 span { border-color: rgb(135,125,158); }

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