Html Css Color HEX #887CBC Moody Blue

📋 copy color: '#887CBC'

red 136 ◦ green 124 ◦ blue 188

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

Shades of Moody Blue #887CBC

Tints of Moody Blue #887CBC

RGB

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

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

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

R = 30.36%
G = 27.68%
B = 41.96%

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

#887CBC (or 0x887CBC) is known color: Moody Blue. HEX triplet: 88, 7C and BC. RGB value is (136,124,188). Sum of RGB (Red+Green+Blue) = 136+124+188=448 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.36% from 448); Green value is 124 (48.83% from 255 or 27.68% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 188 - color contains mainly: blue. Hex color #887CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887CBC is #778343. Grayscale: #868686. Windows color (decimal): -7832388 or 12352648. OLE color: 12352648.

HSL color Cylindrical-coordinate representation of color #887CBC: hue angle of 251.25º 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 #887CBC is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 136 124 188 -
CMYK 0.28 0.34 0 0.26
HSL 251.25º 0.32% 0.61% -
HSV(B) 251.25º 0.34% 0.74% -
XYZ 26.44 23.28 50.68 -
YUV 134.88 157.98 128.8 -
System Red Green Blue C M Y K H S L
Decimal 136 124 188 0.28 0.34 0 0.26 251.25 0.32 0.61
Hex 88 7C BC 1C 22 0 1A FB 20 3D
Octal 210 174 274 34 42 0 32 373 40 75
Binary 10001000 1111100 10111100 11100 100010 0 11010 11111011 100000 111101

Color Harmonies of #887CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887CBC

Black with #887CBC

Text Example


Text Example

White with #887CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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