Html Css Color HEX #887FAF Deluge

📋 copy color: '#887FAF'

red 136 ◦ green 127 ◦ blue 175

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

Shades of Deluge #887FAF

Tints of Deluge #887FAF

RGB

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

 GREEN value IS 127 (50% from 255) = 29%

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

R = 31.05%
G = 29%
B = 39.95%

CMYK

 C value IS 0.22

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#887FAF (or 0x887FAF) is known color: Deluge. HEX triplet: 88, 7F and AF. RGB value is (136,127,175). Sum of RGB (Red+Green+Blue) = 136+127+175=438 (58% of max value = 765). Red value is 136 (53.52% from 255 or 31.05% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 175 - color contains mainly: blue. Hex color #887FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887FAF is #778050. Grayscale: #868686. Windows color (decimal): -7831633 or 11501448. OLE color: 11501448.

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

Color convert

RGB 136 127 175 -
CMYK 0.22 0.27 0 0.31
HSL 251.25º 0.23% 0.59% -
HSV(B) 251.25º 0.27% 0.69% -
XYZ 25.48 23.51 43.75 -
YUV 135.16 150.48 128.6 -
System Red Green Blue C M Y K H S L
Decimal 136 127 175 0.22 0.27 0 0.31 251.25 0.23 0.59
Hex 88 7F AF 16 1B 0 1F FB 17 3B
Octal 210 177 257 26 33 0 37 373 27 73
Binary 10001000 1111111 10101111 10110 11011 0 11111 11111011 10111 111011

Color Harmonies of #887FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887FAF

Black with #887FAF

Text Example


Text Example

White with #887FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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