Html Css Color HEX #887CB8 Moody Blue

📋 copy color: '#887CB8'

red 136 ◦ green 124 ◦ blue 184

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

Shades of Moody Blue #887CB8

Tints of Moody Blue #887CB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 41.44%

R = 30.63%
G = 27.93%
B = 41.44%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#887CB8 (or 0x887CB8) is known color: Moody Blue. HEX triplet: 88, 7C and B8. RGB value is (136,124,184). Sum of RGB (Red+Green+Blue) = 136+124+184=444 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.63% from 444); Green value is 124 (48.83% from 255 or 27.93% from 444); Blue value is 184 (72.27% from 255 or 41.44% from 444); Max value from RGB is 184 - color contains mainly: blue. Hex color #887CB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887CB8 is #778347. Grayscale: #868686. Windows color (decimal): -7832392 or 12090504. OLE color: 12090504.

HSL color Cylindrical-coordinate representation of color #887CB8: hue angle of 252º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #887CB8 is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 136 124 184 -
CMYK 0.26 0.33 0 0.28
HSL 252º 0.3% 0.6% -
HSV(B) 252º 0.33% 0.72% -
XYZ 26.01 23.11 48.44 -
YUV 134.43 155.98 129.12 -
System Red Green Blue C M Y K H S L
Decimal 136 124 184 0.26 0.33 0 0.28 252 0.3 0.6
Hex 88 7C B8 1A 21 0 1C FC 1E 3C
Octal 210 174 270 32 41 0 34 374 36 74
Binary 10001000 1111100 10111000 11010 100001 0 11100 11111100 11110 111100

Color Harmonies of #887CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887CB8

Black with #887CB8

Text Example


Text Example

White with #887CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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