Html Css Color HEX #887E98 Deluge

📋 copy color: '#887E98'

red 136 ◦ green 126 ◦ blue 152

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

Shades of Deluge #887E98

Tints of Deluge #887E98

RGB

 RED value IS 136 (53.52% from 255) = 32.85%

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

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

R = 32.85%
G = 30.43%
B = 36.71%

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

#887E98 (or 0x887E98) is known color: Deluge. HEX triplet: 88, 7E and 98. RGB value is (136,126,152). Sum of RGB (Red+Green+Blue) = 136+126+152=414 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.85% from 414); Green value is 126 (49.61% from 255 or 30.43% from 414); Blue value is 152 (59.77% from 255 or 36.71% from 414); Max value from RGB is 152 - color contains mainly: blue. Hex color #887E98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887E98 is #778167. Grayscale: #838383. Windows color (decimal): -7831912 or 9993864. OLE color: 9993864.

HSL color Cylindrical-coordinate representation of color #887E98: hue angle of 263.08º 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 #887E98 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 136 126 152 -
CMYK 0.11 0.17 0 0.40
HSL 263.08º 0.11% 0.55% -
HSV(B) 263.08º 0.17% 0.6% -
XYZ 23.28 22.42 32.81 -
YUV 131.95 139.31 130.89 -
System Red Green Blue C M Y K H S L
Decimal 136 126 152 0.11 0.17 0 0.40 263.08 0.11 0.55
Hex 88 7E 98 B 11 0 28 107 B 37
Octal 210 176 230 13 21 0 50 407 13 67
Binary 10001000 1111110 10011000 1011 10001 0 101000 100000111 1011 110111

Color Harmonies of #887E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887E98

Black with #887E98

Text Example


Text Example

White with #887E98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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