Html Css Color HEX #887DAB Deluge

📋 copy color: '#887DAB'

red 136 ◦ green 125 ◦ blue 171

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

Shades of Deluge #887DAB

Tints of Deluge #887DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.58%

R = 31.48%
G = 28.94%
B = 39.58%

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

#887DAB (or 0x887DAB) is known color: Deluge. HEX triplet: 88, 7D and AB. RGB value is (136,125,171). Sum of RGB (Red+Green+Blue) = 136+125+171=432 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.48% from 432); Green value is 125 (49.22% from 255 or 28.94% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 171 - color contains mainly: blue. Hex color #887DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887DAB is #778254. Grayscale: #858585. Windows color (decimal): -7832149 or 11238792. OLE color: 11238792.

HSL color Cylindrical-coordinate representation of color #887DAB: hue angle of 254.35º 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 #887DAB is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 136 125 171 -
CMYK 0.20 0.27 0 0.33
HSL 254.35º 0.21% 0.58% -
HSV(B) 254.35º 0.27% 0.67% -
XYZ 24.84 22.84 41.63 -
YUV 133.53 149.14 129.76 -
System Red Green Blue C M Y K H S L
Decimal 136 125 171 0.20 0.27 0 0.33 254.35 0.21 0.58
Hex 88 7D AB 14 1B 0 21 FE 15 3A
Octal 210 175 253 24 33 0 41 376 25 72
Binary 10001000 1111101 10101011 10100 11011 0 100001 11111110 10101 111010

Color Harmonies of #887DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887DAB

Black with #887DAB

Text Example


Text Example

White with #887DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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