Html Css Color HEX #887CCD Moody Blue

📋 copy color: '#887CCD'

red 136 ◦ green 124 ◦ blue 205

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

Shades of Moody Blue #887CCD

Tints of Moody Blue #887CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.09%

R = 29.25%
G = 26.67%
B = 44.09%

CMYK

 C value IS 0.34

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#887CCD (or 0x887CCD) is known color: Moody Blue. HEX triplet: 88, 7C and CD. RGB value is (136,124,205). Sum of RGB (Red+Green+Blue) = 136+124+205=465 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.25% from 465); Green value is 124 (48.83% from 255 or 26.67% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #887CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887CCD is #778332. Grayscale: #888888. Windows color (decimal): -7832371 or 13466760. OLE color: 13466760.

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

Color convert

RGB 136 124 205 -
CMYK 0.34 0.40 0 0.20
HSL 248.89º 0.45% 0.65% -
HSV(B) 248.89º 0.4% 0.8% -
XYZ 28.38 24.06 60.91 -
YUV 136.82 166.48 127.41 -
System Red Green Blue C M Y K H S L
Decimal 136 124 205 0.34 0.40 0 0.20 248.89 0.45 0.65
Hex 88 7C CD 22 28 0 14 F9 2D 41
Octal 210 174 315 42 50 0 24 371 55 101
Binary 10001000 1111100 11001101 100010 101000 0 10100 11111001 101101 1000001

Color Harmonies of #887CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887CCD

Black with #887CCD

Text Example


Text Example

White with #887CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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