Html Css Color HEX #887AAA Deluge

📋 copy color: '#887AAA'

red 136 ◦ green 122 ◦ blue 170

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

Shades of Deluge #887AAA

Tints of Deluge #887AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.72%

R = 31.78%
G = 28.5%
B = 39.72%

CMYK

 C value IS 0.20

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#887AAA (or 0x887AAA) is known color: Deluge. HEX triplet: 88, 7A and AA. RGB value is (136,122,170). Sum of RGB (Red+Green+Blue) = 136+122+170=428 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.78% from 428); Green value is 122 (48.05% from 255 or 28.50% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 170 - color contains mainly: blue. Hex color #887AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887AAA is #778555. Grayscale: #838383. Windows color (decimal): -7832918 or 11172488. OLE color: 11172488.

HSL color Cylindrical-coordinate representation of color #887AAA: hue angle of 257.5º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #887AAA is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 136 122 170 -
CMYK 0.20 0.28 0 0.33
HSL 257.5º 0.22% 0.57% -
HSV(B) 257.5º 0.28% 0.67% -
XYZ 24.37 22.06 41 -
YUV 131.66 149.64 131.1 -
System Red Green Blue C M Y K H S L
Decimal 136 122 170 0.20 0.28 0 0.33 257.5 0.22 0.57
Hex 88 7A AA 14 1C 0 21 102 16 39
Octal 210 172 252 24 34 0 41 402 26 71
Binary 10001000 1111010 10101010 10100 11100 0 100001 100000010 10110 111001

Color Harmonies of #887AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887AAA

Black with #887AAA

Text Example


Text Example

White with #887AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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