Html Css Color HEX #887BAE Deluge

📋 copy color: '#887BAE'

red 136 ◦ green 123 ◦ blue 174

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

Shades of Deluge #887BAE

Tints of Deluge #887BAE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.41%

 BLUE value IS 174 (68.36% from 255) = 40.18%

R = 31.41%
G = 28.41%
B = 40.18%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#887BAE (or 0x887BAE) is known color: Deluge. HEX triplet: 88, 7B and AE. RGB value is (136,123,174). Sum of RGB (Red+Green+Blue) = 136+123+174=433 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.41% from 433); Green value is 123 (48.44% from 255 or 28.41% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 174 - color contains mainly: blue. Hex color #887BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887BAE is #778451. Grayscale: #848484. Windows color (decimal): -7832658 or 11434888. OLE color: 11434888.

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

Color convert

RGB 136 123 174 -
CMYK 0.22 0.29 0 0.32
HSL 255.29º 0.24% 0.58% -
HSV(B) 255.29º 0.29% 0.68% -
XYZ 24.88 22.46 43.07 -
YUV 132.7 151.31 130.35 -
System Red Green Blue C M Y K H S L
Decimal 136 123 174 0.22 0.29 0 0.32 255.29 0.24 0.58
Hex 88 7B AE 16 1D 0 20 FF 18 3A
Octal 210 173 256 26 35 0 40 377 30 72
Binary 10001000 1111011 10101110 10110 11101 0 100000 11111111 11000 111010

Color Harmonies of #887BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887BAE

Black with #887BAE

Text Example


Text Example

White with #887BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,123,174); }

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

background-color css

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

 a { background-color: rgb(136,123,174); }

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

border-color css

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

 span { border-color: rgb(136,123,174); }

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