Html Css Color HEX #887EBE Moody Blue

📋 copy color: '#887EBE'

red 136 ◦ green 126 ◦ blue 190

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

Shades of Moody Blue #887EBE

Tints of Moody Blue #887EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.04%

R = 30.09%
G = 27.88%
B = 42.04%

CMYK

 C value IS 0.28

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#887EBE (or 0x887EBE) is known color: Moody Blue. HEX triplet: 88, 7E and BE. RGB value is (136,126,190). Sum of RGB (Red+Green+Blue) = 136+126+190=452 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.09% from 452); Green value is 126 (49.61% from 255 or 27.88% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 190 - color contains mainly: blue. Hex color #887EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887EBE is #778141. Grayscale: #888888. Windows color (decimal): -7831874 or 12484232. OLE color: 12484232.

HSL color Cylindrical-coordinate representation of color #887EBE: hue angle of 249.38º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #887EBE is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 136 126 190 -
CMYK 0.28 0.34 0 0.25
HSL 249.38º 0.33% 0.62% -
HSV(B) 249.38º 0.34% 0.75% -
XYZ 26.91 23.87 51.91 -
YUV 136.29 158.31 127.8 -
System Red Green Blue C M Y K H S L
Decimal 136 126 190 0.28 0.34 0 0.25 249.38 0.33 0.62
Hex 88 7E BE 1C 22 0 19 F9 21 3E
Octal 210 176 276 34 42 0 31 371 41 76
Binary 10001000 1111110 10111110 11100 100010 0 11001 11111001 100001 111110

Color Harmonies of #887EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887EBE

Black with #887EBE

Text Example


Text Example

White with #887EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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