Html Css Color HEX #8987C0 Moody Blue

📋 copy color: '#8987C0'

red 137 ◦ green 135 ◦ blue 192

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

Shades of Moody Blue #8987C0

Tints of Moody Blue #8987C0

RGB

 RED value IS 137 (53.91% from 255) = 29.53%

 GREEN value IS 135 (53.13% from 255) = 29.09%

 BLUE value IS 192 (75.39% from 255) = 41.38%

R = 29.53%
G = 29.09%
B = 41.38%

CMYK

 C value IS 0.29

 M value IS 0.30

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8987C0 (or 0x8987C0) is known color: Moody Blue. HEX triplet: 89, 87 and C0. RGB value is (137,135,192). Sum of RGB (Red+Green+Blue) = 137+135+192=464 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.53% from 464); Green value is 135 (53.12% from 255 or 29.09% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 192 - color contains mainly: blue. Hex color #8987C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8987C0 is #76783F. Grayscale: #8D8D8D. Windows color (decimal): -7764032 or 12617609. OLE color: 12617609.

HSL color Cylindrical-coordinate representation of color #8987C0: hue angle of 242.11º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8987C0 is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 137 135 192 -
CMYK 0.29 0.30 0 0.25
HSL 242.11º 0.31% 0.64% -
HSV(B) 242.11º 0.3% 0.75% -
XYZ 28.49 26.45 53.47 -
YUV 142.1 156.16 124.37 -
System Red Green Blue C M Y K H S L
Decimal 137 135 192 0.29 0.30 0 0.25 242.11 0.31 0.64
Hex 89 87 C0 1D 1E 0 19 F2 1F 40
Octal 211 207 300 35 36 0 31 362 37 100
Binary 10001001 10000111 11000000 11101 11110 0 11001 11110010 11111 1000000

Color Harmonies of #8987C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8987C0

Black with #8987C0

Text Example


Text Example

White with #8987C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8987C0; }

 p { color: rgb(137,135,192); }

 H1.HeaderClassName
 {
   color: #8987C0;
 }
 .AnyTagClassName
 {
   color: #8987C0;
 }
</style>

background-color css

<style>
 a { background-color: #8987C0; }

 a { background-color: rgb(137,135,192); }

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

border-color css

<style>
 span { border-color: #8987C0; }

 span { border-color: rgb(137,135,192); }

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