Html Css Color HEX #887DC3 Moody Blue

📋 copy color: '#887DC3'

red 136 ◦ green 125 ◦ blue 195

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

Shades of Moody Blue #887DC3

Tints of Moody Blue #887DC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 42.76%

R = 29.82%
G = 27.41%
B = 42.76%

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

#887DC3 (or 0x887DC3) is known color: Moody Blue. HEX triplet: 88, 7D and C3. RGB value is (136,125,195). Sum of RGB (Red+Green+Blue) = 136+125+195=456 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.82% from 456); Green value is 125 (49.22% from 255 or 27.41% from 456); Blue value is 195 (76.56% from 255 or 42.76% from 456); Max value from RGB is 195 - color contains mainly: blue. Hex color #887DC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887DC3 is #77823C. Grayscale: #888888. Windows color (decimal): -7832125 or 12811656. OLE color: 12811656.

HSL color Cylindrical-coordinate representation of color #887DC3: hue angle of 249.43º degrees, saturation: 0.37, 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 #887DC3 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 136 125 195 -
CMYK 0.30 0.36 0 0.24
HSL 249.43º 0.37% 0.63% -
HSV(B) 249.43º 0.36% 0.76% -
XYZ 27.34 23.84 54.79 -
YUV 136.27 161.14 127.81 -
System Red Green Blue C M Y K H S L
Decimal 136 125 195 0.30 0.36 0 0.24 249.43 0.37 0.63
Hex 88 7D C3 1E 24 0 18 F9 25 3F
Octal 210 175 303 36 44 0 30 371 45 77
Binary 10001000 1111101 11000011 11110 100100 0 11000 11111001 100101 111111

Color Harmonies of #887DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887DC3

Black with #887DC3

Text Example


Text Example

White with #887DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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