Html Css Color HEX #887DA0 Deluge

📋 copy color: '#887DA0'

red 136 ◦ green 125 ◦ blue 160

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

Shades of Deluge #887DA0

Tints of Deluge #887DA0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.69%

 BLUE value IS 160 (62.89% from 255) = 38%

R = 32.3%
G = 29.69%
B = 38%

CMYK

 C value IS 0.15

 M value IS 0.22

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#887DA0 (or 0x887DA0) is known color: Deluge. HEX triplet: 88, 7D and A0. RGB value is (136,125,160). Sum of RGB (Red+Green+Blue) = 136+125+160=421 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.30% from 421); Green value is 125 (49.22% from 255 or 29.69% from 421); Blue value is 160 (62.89% from 255 or 38.00% from 421); Max value from RGB is 160 - color contains mainly: blue. Hex color #887DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887DA0 is #77825F. Grayscale: #848484. Windows color (decimal): -7832160 or 10517896. OLE color: 10517896.

HSL color Cylindrical-coordinate representation of color #887DA0: hue angle of 258.86º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #887DA0 is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 136 125 160 -
CMYK 0.15 0.22 0 0.37
HSL 258.86º 0.16% 0.56% -
HSV(B) 258.86º 0.22% 0.63% -
XYZ 23.83 22.44 36.33 -
YUV 132.28 143.64 130.65 -
System Red Green Blue C M Y K H S L
Decimal 136 125 160 0.15 0.22 0 0.37 258.86 0.16 0.56
Hex 88 7D A0 F 16 0 25 103 10 38
Octal 210 175 240 17 26 0 45 403 20 70
Binary 10001000 1111101 10100000 1111 10110 0 100101 100000011 10000 111000

Color Harmonies of #887DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887DA0

Black with #887DA0

Text Example


Text Example

White with #887DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,125,160); }

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

background-color css

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

 a { background-color: rgb(136,125,160); }

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

border-color css

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

 span { border-color: rgb(136,125,160); }

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