Html Css Color HEX #887AA5 Deluge

📋 copy color: '#887AA5'

red 136 ◦ green 122 ◦ blue 165

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

Shades of Deluge #887AA5

Tints of Deluge #887AA5

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.84%

 BLUE value IS 165 (64.84% from 255) = 39.01%

R = 32.15%
G = 28.84%
B = 39.01%

CMYK

 C value IS 0.18

 M value IS 0.26

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#887AA5 (or 0x887AA5) is known color: Deluge. HEX triplet: 88, 7A and A5. RGB value is (136,122,165). Sum of RGB (Red+Green+Blue) = 136+122+165=423 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.15% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 165 (64.84% from 255 or 39.01% from 423); Max value from RGB is 165 - color contains mainly: blue. Hex color #887AA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887AA5 is #77855A. Grayscale: #828282. Windows color (decimal): -7832923 or 10844808. OLE color: 10844808.

HSL color Cylindrical-coordinate representation of color #887AA5: hue angle of 259.53º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #887AA5 is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 136 122 165 -
CMYK 0.18 0.26 0 0.35
HSL 259.53º 0.19% 0.56% -
HSV(B) 259.53º 0.26% 0.65% -
XYZ 23.9 21.87 38.56 -
YUV 131.09 147.14 131.5 -
System Red Green Blue C M Y K H S L
Decimal 136 122 165 0.18 0.26 0 0.35 259.53 0.19 0.56
Hex 88 7A A5 12 1A 0 23 104 13 38
Octal 210 172 245 22 32 0 43 404 23 70
Binary 10001000 1111010 10100101 10010 11010 0 100011 100000100 10011 111000

Color Harmonies of #887AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887AA5

Black with #887AA5

Text Example


Text Example

White with #887AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,122,165); }

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

background-color css

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

 a { background-color: rgb(136,122,165); }

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

border-color css

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

 span { border-color: rgb(136,122,165); }

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