Html Css Color HEX #887DC2 Moody Blue

📋 copy color: '#887DC2'

red 136 ◦ green 125 ◦ blue 194

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

Shades of Moody Blue #887DC2

Tints of Moody Blue #887DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 42.64%

R = 29.89%
G = 27.47%
B = 42.64%

CMYK

 C value IS 0.30

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#887DC2 (or 0x887DC2) is known color: Moody Blue. HEX triplet: 88, 7D and C2. RGB value is (136,125,194). Sum of RGB (Red+Green+Blue) = 136+125+194=455 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.89% from 455); Green value is 125 (49.22% from 255 or 27.47% from 455); Blue value is 194 (76.17% from 255 or 42.64% from 455); Max value from RGB is 194 - color contains mainly: blue. Hex color #887DC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887DC2 is #77823D. Grayscale: #878787. Windows color (decimal): -7832126 or 12746120. OLE color: 12746120.

HSL color Cylindrical-coordinate representation of color #887DC2: hue angle of 249.57º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #887DC2 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 136 125 194 -
CMYK 0.30 0.36 0 0.24
HSL 249.57º 0.36% 0.63% -
HSV(B) 249.57º 0.36% 0.76% -
XYZ 27.22 23.8 54.2 -
YUV 136.16 160.64 127.89 -
System Red Green Blue C M Y K H S L
Decimal 136 125 194 0.30 0.36 0 0.24 249.57 0.36 0.63
Hex 88 7D C2 1E 24 0 18 FA 24 3F
Octal 210 175 302 36 44 0 30 372 44 77
Binary 10001000 1111101 11000010 11110 100100 0 11000 11111010 100100 111111

Color Harmonies of #887DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887DC2

Black with #887DC2

Text Example


Text Example

White with #887DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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