Html Css Color HEX #887CCF Moody Blue

📋 copy color: '#887CCF'

red 136 ◦ green 124 ◦ blue 207

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

Shades of Moody Blue #887CCF

Tints of Moody Blue #887CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.33%

R = 29.12%
G = 26.55%
B = 44.33%

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

#887CCF (or 0x887CCF) is known color: Moody Blue. HEX triplet: 88, 7C and CF. RGB value is (136,124,207). Sum of RGB (Red+Green+Blue) = 136+124+207=467 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.12% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #887CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887CCF is #778330. Grayscale: #888888. Windows color (decimal): -7832369 or 13597832. OLE color: 13597832.

HSL color Cylindrical-coordinate representation of color #887CCF: hue angle of 248.67º 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 #887CCF is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 136 124 207 -
CMYK 0.34 0.40 0 0.19
HSL 248.67º 0.46% 0.65% -
HSV(B) 248.67º 0.4% 0.81% -
XYZ 28.62 24.15 62.19 -
YUV 137.05 167.48 127.25 -
System Red Green Blue C M Y K H S L
Decimal 136 124 207 0.34 0.40 0 0.19 248.67 0.46 0.65
Hex 88 7C CF 22 28 0 13 F9 2E 41
Octal 210 174 317 42 50 0 23 371 56 101
Binary 10001000 1111100 11001111 100010 101000 0 10011 11111001 101110 1000001

Color Harmonies of #887CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887CCF

Black with #887CCF

Text Example


Text Example

White with #887CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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