Html Css Color HEX #887EC1 Moody Blue

📋 copy color: '#887EC1'

red 136 ◦ green 126 ◦ blue 193

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

Shades of Moody Blue #887EC1

Tints of Moody Blue #887EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 42.42%

R = 29.89%
G = 27.69%
B = 42.42%

CMYK

 C value IS 0.30

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#887EC1 (or 0x887EC1) is known color: Moody Blue. HEX triplet: 88, 7E and C1. RGB value is (136,126,193). Sum of RGB (Red+Green+Blue) = 136+126+193=455 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.89% from 455); Green value is 126 (49.61% from 255 or 27.69% from 455); Blue value is 193 (75.78% from 255 or 42.42% from 455); Max value from RGB is 193 - color contains mainly: blue. Hex color #887EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887EC1 is #77813E. Grayscale: #888888. Windows color (decimal): -7831871 or 12680840. OLE color: 12680840.

HSL color Cylindrical-coordinate representation of color #887EC1: hue angle of 248.96º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #887EC1 is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 136 126 193 -
CMYK 0.30 0.35 0 0.24
HSL 248.96º 0.35% 0.63% -
HSV(B) 248.96º 0.35% 0.76% -
XYZ 27.24 24.01 53.65 -
YUV 136.63 159.81 127.55 -
System Red Green Blue C M Y K H S L
Decimal 136 126 193 0.30 0.35 0 0.24 248.96 0.35 0.63
Hex 88 7E C1 1E 23 0 18 F9 23 3F
Octal 210 176 301 36 43 0 30 371 43 77
Binary 10001000 1111110 11000001 11110 100011 0 11000 11111001 100011 111111

Color Harmonies of #887EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887EC1

Black with #887EC1

Text Example


Text Example

White with #887EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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