Html Css Color HEX #888297 Deluge

📋 copy color: '#888297'

red 136 ◦ green 130 ◦ blue 151

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

Shades of Deluge #888297

Tints of Deluge #888297

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.18%

 BLUE value IS 151 (59.38% from 255) = 36.21%

R = 32.61%
G = 31.18%
B = 36.21%

CMYK

 C value IS 0.10

 M value IS 0.14

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#888297 (or 0x888297) is known color: Deluge. HEX triplet: 88, 82 and 97. RGB value is (136,130,151). Sum of RGB (Red+Green+Blue) = 136+130+151=417 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.61% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 151 (59.38% from 255 or 36.21% from 417); Max value from RGB is 151 - color contains mainly: blue. Hex color #888297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888297 is #777D68. Grayscale: #868686. Windows color (decimal): -7830889 or 9929352. OLE color: 9929352.

HSL color Cylindrical-coordinate representation of color #888297: hue angle of 257.14º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #888297 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 136 130 151 -
CMYK 0.10 0.14 0 0.41
HSL 257.14º 0.09% 0.55% -
HSV(B) 257.14º 0.14% 0.59% -
XYZ 23.72 23.43 32.55 -
YUV 134.19 137.49 129.29 -
System Red Green Blue C M Y K H S L
Decimal 136 130 151 0.10 0.14 0 0.41 257.14 0.09 0.55
Hex 88 82 97 A E 0 29 101 9 37
Octal 210 202 227 12 16 0 51 401 11 67
Binary 10001000 10000010 10010111 1010 1110 0 101001 100000001 1001 110111

Color Harmonies of #888297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888297

Black with #888297

Text Example


Text Example

White with #888297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888297; }

 p { color: rgb(136,130,151); }

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

background-color css

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

 a { background-color: rgb(136,130,151); }

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

border-color css

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

 span { border-color: rgb(136,130,151); }

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