Html Css Color HEX #877F9B Deluge

📋 copy color: '#877F9B'

red 135 ◦ green 127 ◦ blue 155

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

Shades of Deluge #877F9B

Tints of Deluge #877F9B

RGB

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

 GREEN value IS 127 (50% from 255) = 30.46%

 BLUE value IS 155 (60.94% from 255) = 37.17%

R = 32.37%
G = 30.46%
B = 37.17%

CMYK

 C value IS 0.13

 M value IS 0.18

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#877F9B (or 0x877F9B) is known color: Deluge. HEX triplet: 87, 7F and 9B. RGB value is (135,127,155). Sum of RGB (Red+Green+Blue) = 135+127+155=417 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.37% from 417); Green value is 127 (50% from 255 or 30.46% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 155 - color contains mainly: blue. Hex color #877F9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877F9B is #788064. Grayscale: #848484. Windows color (decimal): -7897189 or 10190727. OLE color: 10190727.

HSL color Cylindrical-coordinate representation of color #877F9B: hue angle of 257.14º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #877F9B is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 135 127 155 -
CMYK 0.13 0.18 0 0.39
HSL 257.14º 0.12% 0.55% -
HSV(B) 257.14º 0.18% 0.61% -
XYZ 23.5 22.7 34.15 -
YUV 132.58 140.65 129.72 -
System Red Green Blue C M Y K H S L
Decimal 135 127 155 0.13 0.18 0 0.39 257.14 0.12 0.55
Hex 87 7F 9B D 12 0 27 101 C 37
Octal 207 177 233 15 22 0 47 401 14 67
Binary 10000111 1111111 10011011 1101 10010 0 100111 100000001 1100 110111

Color Harmonies of #877F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877F9B

Black with #877F9B

Text Example


Text Example

White with #877F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,127,155); }

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

background-color css

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

 a { background-color: rgb(135,127,155); }

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

border-color css

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

 span { border-color: rgb(135,127,155); }

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