Html Css Color HEX #887DD9 Moody Blue

📋 copy color: '#887DD9'

red 136 ◦ green 125 ◦ blue 217

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

Shades of Moody Blue #887DD9

Tints of Moody Blue #887DD9

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.15%

 BLUE value IS 217 (85.16% from 255) = 45.4%

R = 28.45%
G = 26.15%
B = 45.4%

CMYK

 C value IS 0.37

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#887DD9 (or 0x887DD9) is known color: Moody Blue. HEX triplet: 88, 7D and D9. RGB value is (136,125,217). Sum of RGB (Red+Green+Blue) = 136+125+217=478 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.45% from 478); Green value is 125 (49.22% from 255 or 26.15% from 478); Blue value is 217 (85.16% from 255 or 45.40% from 478); Max value from RGB is 217 - color contains mainly: blue. Hex color #887DD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887DD9 is #778226. Grayscale: #8A8A8A. Windows color (decimal): -7832103 or 14253448. OLE color: 14253448.

HSL color Cylindrical-coordinate representation of color #887DD9: hue angle of 247.17º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #887DD9 is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 136 125 217 -
CMYK 0.37 0.42 0 0.15
HSL 247.17º 0.55% 0.67% -
HSV(B) 247.17º 0.42% 0.85% -
XYZ 30.01 24.91 68.87 -
YUV 138.78 172.14 126.02 -
System Red Green Blue C M Y K H S L
Decimal 136 125 217 0.37 0.42 0 0.15 247.17 0.55 0.67
Hex 88 7D D9 25 2A 0 F F7 37 43
Octal 210 175 331 45 52 0 17 367 67 103
Binary 10001000 1111101 11011001 100101 101010 0 1111 11110111 110111 1000011

Color Harmonies of #887DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887DD9

Black with #887DD9

Text Example


Text Example

White with #887DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,125,217); }

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

background-color css

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

 a { background-color: rgb(136,125,217); }

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

border-color css

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

 span { border-color: rgb(136,125,217); }

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