Html Css Color HEX #887BB9 Moody Blue

📋 copy color: '#887BB9'

red 136 ◦ green 123 ◦ blue 185

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

Shades of Moody Blue #887BB9

Tints of Moody Blue #887BB9

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.7%

 BLUE value IS 185 (72.66% from 255) = 41.67%

R = 30.63%
G = 27.7%
B = 41.67%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#887BB9 (or 0x887BB9) is known color: Moody Blue. HEX triplet: 88, 7B and B9. RGB value is (136,123,185). Sum of RGB (Red+Green+Blue) = 136+123+185=444 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.63% from 444); Green value is 123 (48.44% from 255 or 27.70% from 444); Blue value is 185 (72.66% from 255 or 41.67% from 444); Max value from RGB is 185 - color contains mainly: blue. Hex color #887BB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887BB9 is #778446. Grayscale: #858585. Windows color (decimal): -7832647 or 12155784. OLE color: 12155784.

HSL color Cylindrical-coordinate representation of color #887BB9: hue angle of 252.58º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #887BB9 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 136 123 185 -
CMYK 0.26 0.34 0 0.27
HSL 252.58º 0.31% 0.6% -
HSV(B) 252.58º 0.34% 0.73% -
XYZ 25.99 22.9 48.95 -
YUV 133.96 156.81 129.46 -
System Red Green Blue C M Y K H S L
Decimal 136 123 185 0.26 0.34 0 0.27 252.58 0.31 0.6
Hex 88 7B B9 1A 22 0 1B FD 1F 3C
Octal 210 173 271 32 42 0 33 375 37 74
Binary 10001000 1111011 10111001 11010 100010 0 11011 11111101 11111 111100

Color Harmonies of #887BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887BB9

Black with #887BB9

Text Example


Text Example

White with #887BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,123,185); }

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

background-color css

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

 a { background-color: rgb(136,123,185); }

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

border-color css

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

 span { border-color: rgb(136,123,185); }

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