Html Css Color HEX #887FDC Moody Blue

📋 copy color: '#887FDC'

red 136 ◦ green 127 ◦ blue 220

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

Shades of Moody Blue #887FDC

Tints of Moody Blue #887FDC

RGB

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

 GREEN value IS 127 (50% from 255) = 26.29%

 BLUE value IS 220 (86.33% from 255) = 45.55%

R = 28.16%
G = 26.29%
B = 45.55%

CMYK

 C value IS 0.38

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#887FDC (or 0x887FDC) is known color: Moody Blue. HEX triplet: 88, 7F and DC. RGB value is (136,127,220). Sum of RGB (Red+Green+Blue) = 136+127+220=483 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.16% from 483); Green value is 127 (50% from 255 or 26.29% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #887FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887FDC is #778023. Grayscale: #8B8B8B. Windows color (decimal): -7831588 or 14450568. OLE color: 14450568.

HSL color Cylindrical-coordinate representation of color #887FDC: hue angle of 245.81º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #887FDC is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 127 220 -
CMYK 0.38 0.42 0 0.14
HSL 245.81º 0.57% 0.68% -
HSV(B) 245.81º 0.42% 0.86% -
XYZ 30.66 25.58 71.03 -
YUV 140.29 172.98 124.94 -
System Red Green Blue C M Y K H S L
Decimal 136 127 220 0.38 0.42 0 0.14 245.81 0.57 0.68
Hex 88 7F DC 26 2A 0 E F6 39 44
Octal 210 177 334 46 52 0 16 366 71 104
Binary 10001000 1111111 11011100 100110 101010 0 1110 11110110 111001 1000100

Color Harmonies of #887FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887FDC

Black with #887FDC

Text Example


Text Example

White with #887FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,127,220); }

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

background-color css

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

 a { background-color: rgb(136,127,220); }

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

border-color css

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

 span { border-color: rgb(136,127,220); }

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