Html Css Color HEX #887CCE Moody Blue

📋 copy color: '#887CCE'

red 136 ◦ green 124 ◦ blue 206

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

Shades of Moody Blue #887CCE

Tints of Moody Blue #887CCE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.61%

 BLUE value IS 206 (80.86% from 255) = 44.21%

R = 29.18%
G = 26.61%
B = 44.21%

CMYK

 C value IS 0.34

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#887CCE (or 0x887CCE) is known color: Moody Blue. HEX triplet: 88, 7C and CE. RGB value is (136,124,206). Sum of RGB (Red+Green+Blue) = 136+124+206=466 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.18% from 466); Green value is 124 (48.83% from 255 or 26.61% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #887CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887CCE is #778331. Grayscale: #888888. Windows color (decimal): -7832370 or 13532296. OLE color: 13532296.

HSL color Cylindrical-coordinate representation of color #887CCE: hue angle of 248.78º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #887CCE is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 136 124 206 -
CMYK 0.34 0.40 0 0.19
HSL 248.78º 0.46% 0.65% -
HSV(B) 248.78º 0.4% 0.81% -
XYZ 28.5 24.11 61.54 -
YUV 136.94 166.98 127.33 -
System Red Green Blue C M Y K H S L
Decimal 136 124 206 0.34 0.40 0 0.19 248.78 0.46 0.65
Hex 88 7C CE 22 28 0 13 F9 2E 41
Octal 210 174 316 42 50 0 23 371 56 101
Binary 10001000 1111100 11001110 100010 101000 0 10011 11111001 101110 1000001

Color Harmonies of #887CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887CCE

Black with #887CCE

Text Example


Text Example

White with #887CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,124,206); }

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

background-color css

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

 a { background-color: rgb(136,124,206); }

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

border-color css

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

 span { border-color: rgb(136,124,206); }

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