Html Css Color HEX #887DCE Moody Blue

📋 copy color: '#887DCE'

red 136 ◦ green 125 ◦ blue 206

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

Shades of Moody Blue #887DCE

Tints of Moody Blue #887DCE

RGB

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

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

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

R = 29.12%
G = 26.77%
B = 44.11%

CMYK

 C value IS 0.34

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#887DCE (or 0x887DCE) is known color: Moody Blue. HEX triplet: 88, 7D and CE. RGB value is (136,125,206). Sum of RGB (Red+Green+Blue) = 136+125+206=467 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.12% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #887DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887DCE is #778231. Grayscale: #898989. Windows color (decimal): -7832114 or 13532552. OLE color: 13532552.

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

Color convert

RGB 136 125 206 -
CMYK 0.34 0.39 0 0.19
HSL 248.15º 0.45% 0.65% -
HSV(B) 248.15º 0.39% 0.81% -
XYZ 28.63 24.36 61.59 -
YUV 137.52 166.64 126.91 -
System Red Green Blue C M Y K H S L
Decimal 136 125 206 0.34 0.39 0 0.19 248.15 0.45 0.65
Hex 88 7D CE 22 27 0 13 F8 2D 41
Octal 210 175 316 42 47 0 23 370 55 101
Binary 10001000 1111101 11001110 100010 100111 0 10011 11111000 101101 1000001

Color Harmonies of #887DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887DCE

Black with #887DCE

Text Example


Text Example

White with #887DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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