Html Css Color HEX #887BCD Moody Blue

📋 copy color: '#887BCD'

red 136 ◦ green 123 ◦ blue 205

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

Shades of Moody Blue #887BCD

Tints of Moody Blue #887BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.18%

R = 29.31%
G = 26.51%
B = 44.18%

CMYK

 C value IS 0.34

 M value IS 0.4

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#887BCD (or 0x887BCD) is known color: Moody Blue. HEX triplet: 88, 7B and CD. RGB value is (136,123,205). Sum of RGB (Red+Green+Blue) = 136+123+205=464 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.31% from 464); Green value is 123 (48.44% from 255 or 26.51% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #887BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887BCD is #778432. Grayscale: #878787. Windows color (decimal): -7832627 or 13466504. OLE color: 13466504.

HSL color Cylindrical-coordinate representation of color #887BCD: hue angle of 249.51º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #887BCD is Cyan = 0.34, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 136 123 205 -
CMYK 0.34 0.4 0 0.20
HSL 249.51º 0.45% 0.64% -
HSV(B) 249.51º 0.4% 0.8% -
XYZ 28.26 23.81 60.86 -
YUV 136.24 166.81 127.83 -
System Red Green Blue C M Y K H S L
Decimal 136 123 205 0.34 0.4 0 0.20 249.51 0.45 0.64
Hex 88 7B CD 22 28 0 14 FA 2D 40
Octal 210 173 315 42 50 0 24 372 55 100
Binary 10001000 1111011 11001101 100010 101000 0 10100 11111010 101101 1000000

Color Harmonies of #887BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887BCD

Black with #887BCD

Text Example


Text Example

White with #887BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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