Html Css Color HEX #887FCD Moody Blue

📋 copy color: '#887FCD'

red 136 ◦ green 127 ◦ blue 205

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

Shades of Moody Blue #887FCD

Tints of Moody Blue #887FCD

RGB

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

 GREEN value IS 127 (50% from 255) = 27.14%

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

R = 29.06%
G = 27.14%
B = 43.8%

CMYK

 C value IS 0.34

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#887FCD (or 0x887FCD) is known color: Moody Blue. HEX triplet: 88, 7F and CD. RGB value is (136,127,205). Sum of RGB (Red+Green+Blue) = 136+127+205=468 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.06% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #887FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887FCD is #778032. Grayscale: #8A8A8A. Windows color (decimal): -7831603 or 13467528. OLE color: 13467528.

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

Color convert

RGB 136 127 205 -
CMYK 0.34 0.38 0 0.20
HSL 246.92º 0.44% 0.65% -
HSV(B) 246.92º 0.38% 0.8% -
XYZ 28.76 24.82 61.03 -
YUV 138.58 165.48 126.16 -
System Red Green Blue C M Y K H S L
Decimal 136 127 205 0.34 0.38 0 0.20 246.92 0.44 0.65
Hex 88 7F CD 22 26 0 14 F7 2C 41
Octal 210 177 315 42 46 0 24 367 54 101
Binary 10001000 1111111 11001101 100010 100110 0 10100 11110111 101100 1000001

Color Harmonies of #887FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887FCD

Black with #887FCD

Text Example


Text Example

White with #887FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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