Html Css Color HEX #877E98 Deluge

📋 copy color: '#877E98'

red 135 ◦ green 126 ◦ blue 152

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

Shades of Deluge #877E98

Tints of Deluge #877E98

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.51%

 BLUE value IS 152 (59.77% from 255) = 36.8%

R = 32.69%
G = 30.51%
B = 36.8%

CMYK

 C value IS 0.11

 M value IS 0.17

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#877E98 (or 0x877E98) is known color: Deluge. HEX triplet: 87, 7E and 98. RGB value is (135,126,152). Sum of RGB (Red+Green+Blue) = 135+126+152=413 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.69% from 413); Green value is 126 (49.61% from 255 or 30.51% from 413); Blue value is 152 (59.77% from 255 or 36.80% from 413); Max value from RGB is 152 - color contains mainly: blue. Hex color #877E98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877E98 is #788167. Grayscale: #838383. Windows color (decimal): -7897448 or 9993863. OLE color: 9993863.

HSL color Cylindrical-coordinate representation of color #877E98: hue angle of 260.77º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #877E98 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 135 126 152 -
CMYK 0.11 0.17 0 0.40
HSL 260.77º 0.11% 0.55% -
HSV(B) 260.77º 0.17% 0.6% -
XYZ 23.12 22.34 32.8 -
YUV 131.66 139.48 130.39 -
System Red Green Blue C M Y K H S L
Decimal 135 126 152 0.11 0.17 0 0.40 260.77 0.11 0.55
Hex 87 7E 98 B 11 0 28 105 B 37
Octal 207 176 230 13 21 0 50 405 13 67
Binary 10000111 1111110 10011000 1011 10001 0 101000 100000101 1011 110111

Color Harmonies of #877E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877E98

Black with #877E98

Text Example


Text Example

White with #877E98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,126,152); }

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

background-color css

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

 a { background-color: rgb(135,126,152); }

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

border-color css

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

 span { border-color: rgb(135,126,152); }

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