Html Css Color HEX #887DBC Moody Blue

📋 copy color: '#887DBC'

red 136 ◦ green 125 ◦ blue 188

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

Shades of Moody Blue #887DBC

Tints of Moody Blue #887DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.87%

R = 30.29%
G = 27.84%
B = 41.87%

CMYK

 C value IS 0.28

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#887DBC (or 0x887DBC) is known color: Moody Blue. HEX triplet: 88, 7D and BC. RGB value is (136,125,188). Sum of RGB (Red+Green+Blue) = 136+125+188=449 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.29% from 449); Green value is 125 (49.22% from 255 or 27.84% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 188 - color contains mainly: blue. Hex color #887DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887DBC is #778243. Grayscale: #878787. Windows color (decimal): -7832132 or 12352904. OLE color: 12352904.

HSL color Cylindrical-coordinate representation of color #887DBC: hue angle of 250.48º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #887DBC is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 136 125 188 -
CMYK 0.28 0.34 0 0.26
HSL 250.48º 0.32% 0.61% -
HSV(B) 250.48º 0.34% 0.74% -
XYZ 26.56 23.53 50.72 -
YUV 135.47 157.64 128.38 -
System Red Green Blue C M Y K H S L
Decimal 136 125 188 0.28 0.34 0 0.26 250.48 0.32 0.61
Hex 88 7D BC 1C 22 0 1A FA 20 3D
Octal 210 175 274 34 42 0 32 372 40 75
Binary 10001000 1111101 10111100 11100 100010 0 11010 11111010 100000 111101

Color Harmonies of #887DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887DBC

Black with #887DBC

Text Example


Text Example

White with #887DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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