Html Css Color HEX #8E89BC Moody Blue

📋 copy color: '#8E89BC'

red 142 ◦ green 137 ◦ blue 188

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

Shades of Moody Blue #8E89BC

Tints of Moody Blue #8E89BC

RGB

 RED value IS 142 (55.86% from 255) = 30.41%

 GREEN value IS 137 (53.91% from 255) = 29.34%

 BLUE value IS 188 (73.83% from 255) = 40.26%

R = 30.41%
G = 29.34%
B = 40.26%

CMYK

 C value IS 0.24

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8E89BC (or 0x8E89BC) is known color: Moody Blue. HEX triplet: 8E, 89 and BC. RGB value is (142,137,188). Sum of RGB (Red+Green+Blue) = 142+137+188=467 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.41% from 467); Green value is 137 (53.91% from 255 or 29.34% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 188 - color contains mainly: blue. Hex color #8E89BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E89BC is #717643. Grayscale: #909090. Windows color (decimal): -7435844 or 12355982. OLE color: 12355982.

HSL color Cylindrical-coordinate representation of color #8E89BC: hue angle of 245.88º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8E89BC is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 142 137 188 -
CMYK 0.24 0.27 0 0.26
HSL 245.88º 0.28% 0.64% -
HSV(B) 245.88º 0.27% 0.74% -
XYZ 29.18 27.27 51.3 -
YUV 144.31 152.66 126.35 -
System Red Green Blue C M Y K H S L
Decimal 142 137 188 0.24 0.27 0 0.26 245.88 0.28 0.64
Hex 8E 89 BC 18 1B 0 1A F6 1C 40
Octal 216 211 274 30 33 0 32 366 34 100
Binary 10001110 10001001 10111100 11000 11011 0 11010 11110110 11100 1000000

Color Harmonies of #8E89BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E89BC

Black with #8E89BC

Text Example


Text Example

White with #8E89BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E89BC; }

 p { color: rgb(142,137,188); }

 H1.HeaderClassName
 {
   color: #8E89BC;
 }
 .AnyTagClassName
 {
   color: #8E89BC;
 }
</style>

background-color css

<style>
 a { background-color: #8E89BC; }

 a { background-color: rgb(142,137,188); }

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

border-color css

<style>
 span { border-color: #8E89BC; }

 span { border-color: rgb(142,137,188); }

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