Html Css Color HEX #887EAA Deluge

📋 copy color: '#887EAA'

red 136 ◦ green 126 ◦ blue 170

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

Shades of Deluge #887EAA

Tints of Deluge #887EAA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.17%

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

R = 31.48%
G = 29.17%
B = 39.35%

CMYK

 C value IS 0.20

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#887EAA (or 0x887EAA) is known color: Deluge. HEX triplet: 88, 7E and AA. RGB value is (136,126,170). Sum of RGB (Red+Green+Blue) = 136+126+170=432 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.48% from 432); Green value is 126 (49.61% from 255 or 29.17% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 170 - color contains mainly: blue. Hex color #887EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887EAA is #778155. Grayscale: #858585. Windows color (decimal): -7831894 or 11173512. OLE color: 11173512.

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

Color convert

RGB 136 126 170 -
CMYK 0.20 0.26 0 0.33
HSL 253.64º 0.21% 0.58% -
HSV(B) 253.64º 0.26% 0.67% -
XYZ 24.87 23.06 41.17 -
YUV 134.01 148.31 129.42 -
System Red Green Blue C M Y K H S L
Decimal 136 126 170 0.20 0.26 0 0.33 253.64 0.21 0.58
Hex 88 7E AA 14 1A 0 21 FE 15 3A
Octal 210 176 252 24 32 0 41 376 25 72
Binary 10001000 1111110 10101010 10100 11010 0 100001 11111110 10101 111010

Color Harmonies of #887EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887EAA

Black with #887EAA

Text Example


Text Example

White with #887EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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