Html Css Color HEX #88819A Deluge

📋 copy color: '#88819A'

red 136 ◦ green 129 ◦ blue 154

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

Shades of Deluge #88819A

Tints of Deluge #88819A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.75%

R = 32.46%
G = 30.79%
B = 36.75%

CMYK

 C value IS 0.12

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#88819A (or 0x88819A) is known color: Deluge. HEX triplet: 88, 81 and 9A. RGB value is (136,129,154). Sum of RGB (Red+Green+Blue) = 136+129+154=419 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.46% from 419); Green value is 129 (50.78% from 255 or 30.79% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 154 - color contains mainly: blue. Hex color #88819A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88819A is #777E65. Grayscale: #858585. Windows color (decimal): -7831142 or 10125704. OLE color: 10125704.

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

Color convert

RGB 136 129 154 -
CMYK 0.12 0.16 0 0.40
HSL 256.8º 0.11% 0.55% -
HSV(B) 256.8º 0.16% 0.6% -
XYZ 23.84 23.27 33.81 -
YUV 133.94 139.32 129.47 -
System Red Green Blue C M Y K H S L
Decimal 136 129 154 0.12 0.16 0 0.40 256.8 0.11 0.55
Hex 88 81 9A C 10 0 28 101 B 37
Octal 210 201 232 14 20 0 50 401 13 67
Binary 10001000 10000001 10011010 1100 10000 0 101000 100000001 1011 110111

Color Harmonies of #88819A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88819A

Black with #88819A

Text Example


Text Example

White with #88819A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88819A; }

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

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

background-color css

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

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

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

border-color css

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

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

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