Html Css Color HEX #888298 Deluge

📋 copy color: '#888298'

red 136 ◦ green 130 ◦ blue 152

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

Shades of Deluge #888298

Tints of Deluge #888298

RGB

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

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

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

R = 32.54%
G = 31.1%
B = 36.36%

CMYK

 C value IS 0.11

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#888298 (or 0x888298) is known color: Deluge. HEX triplet: 88, 82 and 98. RGB value is (136,130,152). Sum of RGB (Red+Green+Blue) = 136+130+152=418 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.54% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 152 (59.77% from 255 or 36.36% from 418); Max value from RGB is 152 - color contains mainly: blue. Hex color #888298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888298 is #777D67. Grayscale: #868686. Windows color (decimal): -7830888 or 9994888. OLE color: 9994888.

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

Color convert

RGB 136 130 152 -
CMYK 0.11 0.14 0 0.40
HSL 256.36º 0.1% 0.55% -
HSV(B) 256.36º 0.14% 0.6% -
XYZ 23.8 23.47 32.98 -
YUV 134.3 137.99 129.21 -
System Red Green Blue C M Y K H S L
Decimal 136 130 152 0.11 0.14 0 0.40 256.36 0.1 0.55
Hex 88 82 98 B E 0 28 100 A 37
Octal 210 202 230 13 16 0 50 400 12 67
Binary 10001000 10000010 10011000 1011 1110 0 101000 100000000 1010 110111

Color Harmonies of #888298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888298

Black with #888298

Text Example


Text Example

White with #888298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888298; }

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

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

background-color css

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

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

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

border-color css

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

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

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