Html Css Color HEX #887CAA Deluge

📋 copy color: '#887CAA'

red 136 ◦ green 124 ◦ blue 170

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

Shades of Deluge #887CAA

Tints of Deluge #887CAA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.84%

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

R = 31.63%
G = 28.84%
B = 39.53%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#887CAA (or 0x887CAA) is known color: Deluge. HEX triplet: 88, 7C and AA. RGB value is (136,124,170). Sum of RGB (Red+Green+Blue) = 136+124+170=430 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.63% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 170 - color contains mainly: blue. Hex color #887CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887CAA is #778355. Grayscale: #848484. Windows color (decimal): -7832406 or 11173000. OLE color: 11173000.

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

Color convert

RGB 136 124 170 -
CMYK 0.20 0.27 0 0.33
HSL 255.65º 0.21% 0.58% -
HSV(B) 255.65º 0.27% 0.67% -
XYZ 24.62 22.55 41.09 -
YUV 132.83 148.98 130.26 -
System Red Green Blue C M Y K H S L
Decimal 136 124 170 0.20 0.27 0 0.33 255.65 0.21 0.58
Hex 88 7C AA 14 1B 0 21 100 15 3A
Octal 210 174 252 24 33 0 41 400 25 72
Binary 10001000 1111100 10101010 10100 11011 0 100001 100000000 10101 111010

Color Harmonies of #887CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887CAA

Black with #887CAA

Text Example


Text Example

White with #887CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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