Html Css Color HEX #888198 Deluge

📋 copy color: '#888198'

red 136 ◦ green 129 ◦ blue 152

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

Shades of Deluge #888198

Tints of Deluge #888198

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.94%

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

R = 32.61%
G = 30.94%
B = 36.45%

CMYK

 C value IS 0.11

 M value IS 0.15

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#888198 (or 0x888198) is known color: Deluge. HEX triplet: 88, 81 and 98. RGB value is (136,129,152). Sum of RGB (Red+Green+Blue) = 136+129+152=417 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.61% from 417); Green value is 129 (50.78% from 255 or 30.94% from 417); Blue value is 152 (59.77% from 255 or 36.45% from 417); Max value from RGB is 152 - color contains mainly: blue. Hex color #888198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888198 is #777E67. Grayscale: #858585. Windows color (decimal): -7831144 or 9994632. OLE color: 9994632.

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

Color convert

RGB 136 129 152 -
CMYK 0.11 0.15 0 0.40
HSL 258.26º 0.1% 0.55% -
HSV(B) 258.26º 0.15% 0.6% -
XYZ 23.67 23.2 32.94 -
YUV 133.72 138.32 129.63 -
System Red Green Blue C M Y K H S L
Decimal 136 129 152 0.11 0.15 0 0.40 258.26 0.1 0.55
Hex 88 81 98 B F 0 28 102 A 37
Octal 210 201 230 13 17 0 50 402 12 67
Binary 10001000 10000001 10011000 1011 1111 0 101000 100000010 1010 110111

Color Harmonies of #888198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888198

Black with #888198

Text Example


Text Example

White with #888198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888198; }

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

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

background-color css

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

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

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

border-color css

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

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

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