Html Css Color HEX #8C89BC Moody Blue

📋 copy color: '#8C89BC'

red 140 ◦ green 137 ◦ blue 188

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

Shades of Moody Blue #8C89BC

Tints of Moody Blue #8C89BC

RGB

 RED value IS 140 (55.08% from 255) = 30.11%

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

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

R = 30.11%
G = 29.46%
B = 40.43%

CMYK

 C value IS 0.26

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8C89BC (or 0x8C89BC) is known color: Moody Blue. HEX triplet: 8C, 89 and BC. RGB value is (140,137,188). Sum of RGB (Red+Green+Blue) = 140+137+188=465 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.11% from 465); Green value is 137 (53.91% from 255 or 29.46% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C89BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C89BC is #737643. Grayscale: #8F8F8F. Windows color (decimal): -7566916 or 12355980. OLE color: 12355980.

HSL color Cylindrical-coordinate representation of color #8C89BC: hue angle of 243.53º 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 #8C89BC is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 140 137 188 -
CMYK 0.26 0.27 0 0.26
HSL 243.53º 0.28% 0.64% -
HSV(B) 243.53º 0.27% 0.74% -
XYZ 28.84 27.1 51.29 -
YUV 143.71 152.99 125.35 -
System Red Green Blue C M Y K H S L
Decimal 140 137 188 0.26 0.27 0 0.26 243.53 0.28 0.64
Hex 8C 89 BC 1A 1B 0 1A F4 1C 40
Octal 214 211 274 32 33 0 32 364 34 100
Binary 10001100 10001001 10111100 11010 11011 0 11010 11110100 11100 1000000

Color Harmonies of #8C89BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C89BC

Black with #8C89BC

Text Example


Text Example

White with #8C89BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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