Html Css Color HEX #887EB2 Deluge

📋 copy color: '#887EB2'

red 136 ◦ green 126 ◦ blue 178

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

Shades of Deluge #887EB2

Tints of Deluge #887EB2

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.64%

 BLUE value IS 178 (69.92% from 255) = 40.45%

R = 30.91%
G = 28.64%
B = 40.45%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#887EB2 (or 0x887EB2) is known color: Deluge. HEX triplet: 88, 7E and B2. RGB value is (136,126,178). Sum of RGB (Red+Green+Blue) = 136+126+178=440 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.91% from 440); Green value is 126 (49.61% from 255 or 28.64% from 440); Blue value is 178 (69.92% from 255 or 40.45% from 440); Max value from RGB is 178 - color contains mainly: blue. Hex color #887EB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887EB2 is #77814D. Grayscale: #868686. Windows color (decimal): -7831886 or 11697800. OLE color: 11697800.

HSL color Cylindrical-coordinate representation of color #887EB2: hue angle of 251.54º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #887EB2 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 136 126 178 -
CMYK 0.24 0.29 0 0.30
HSL 251.54º 0.25% 0.6% -
HSV(B) 251.54º 0.29% 0.7% -
XYZ 25.65 23.37 45.28 -
YUV 134.92 152.31 128.77 -
System Red Green Blue C M Y K H S L
Decimal 136 126 178 0.24 0.29 0 0.30 251.54 0.25 0.6
Hex 88 7E B2 18 1D 0 1E FC 19 3C
Octal 210 176 262 30 35 0 36 374 31 74
Binary 10001000 1111110 10110010 11000 11101 0 11110 11111100 11001 111100

Color Harmonies of #887EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887EB2

Black with #887EB2

Text Example


Text Example

White with #887EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,126,178); }

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

background-color css

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

 a { background-color: rgb(136,126,178); }

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

border-color css

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

 span { border-color: rgb(136,126,178); }

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