Html Css Color HEX #887CAF Deluge

📋 copy color: '#887CAF'

red 136 ◦ green 124 ◦ blue 175

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

Shades of Deluge #887CAF

Tints of Deluge #887CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.23%

R = 31.26%
G = 28.51%
B = 40.23%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#887CAF (or 0x887CAF) is known color: Deluge. HEX triplet: 88, 7C and AF. RGB value is (136,124,175). Sum of RGB (Red+Green+Blue) = 136+124+175=435 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.26% from 435); Green value is 124 (48.83% from 255 or 28.51% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 175 - color contains mainly: blue. Hex color #887CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887CAF is #778350. Grayscale: #858585. Windows color (decimal): -7832401 or 11500680. OLE color: 11500680.

HSL color Cylindrical-coordinate representation of color #887CAF: hue angle of 254.12º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #887CAF is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 136 124 175 -
CMYK 0.22 0.29 0 0.31
HSL 254.12º 0.24% 0.59% -
HSV(B) 254.12º 0.29% 0.69% -
XYZ 25.1 22.74 43.62 -
YUV 133.4 151.48 129.85 -
System Red Green Blue C M Y K H S L
Decimal 136 124 175 0.22 0.29 0 0.31 254.12 0.24 0.59
Hex 88 7C AF 16 1D 0 1F FE 18 3B
Octal 210 174 257 26 35 0 37 376 30 73
Binary 10001000 1111100 10101111 10110 11101 0 11111 11111110 11000 111011

Color Harmonies of #887CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887CAF

Black with #887CAF

Text Example


Text Example

White with #887CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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