Html Css Color HEX #887CBF Moody Blue

📋 copy color: '#887CBF'

red 136 ◦ green 124 ◦ blue 191

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

Shades of Moody Blue #887CBF

Tints of Moody Blue #887CBF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.49%

 BLUE value IS 191 (75% from 255) = 42.35%

R = 30.16%
G = 27.49%
B = 42.35%

CMYK

 C value IS 0.29

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#887CBF (or 0x887CBF) is known color: Moody Blue. HEX triplet: 88, 7C and BF. RGB value is (136,124,191). Sum of RGB (Red+Green+Blue) = 136+124+191=451 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.16% from 451); Green value is 124 (48.83% from 255 or 27.49% from 451); Blue value is 191 (75% from 255 or 42.35% from 451); Max value from RGB is 191 - color contains mainly: blue. Hex color #887CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887CBF is #778340. Grayscale: #868686. Windows color (decimal): -7832385 or 12549256. OLE color: 12549256.

HSL color Cylindrical-coordinate representation of color #887CBF: hue angle of 250.75º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #887CBF is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 136 124 191 -
CMYK 0.29 0.35 0 0.25
HSL 250.75º 0.34% 0.62% -
HSV(B) 250.75º 0.35% 0.75% -
XYZ 26.76 23.41 52.4 -
YUV 135.23 159.48 128.55 -
System Red Green Blue C M Y K H S L
Decimal 136 124 191 0.29 0.35 0 0.25 250.75 0.34 0.62
Hex 88 7C BF 1D 23 0 19 FB 22 3E
Octal 210 174 277 35 43 0 31 373 42 76
Binary 10001000 1111100 10111111 11101 100011 0 11001 11111011 100010 111110

Color Harmonies of #887CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887CBF

Black with #887CBF

Text Example


Text Example

White with #887CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,124,191); }

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

background-color css

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

 a { background-color: rgb(136,124,191); }

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

border-color css

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

 span { border-color: rgb(136,124,191); }

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