Html Css Color HEX #8C89BE Moody Blue

📋 copy color: '#8C89BE'

red 140 ◦ green 137 ◦ blue 190

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

Shades of Moody Blue #8C89BE

Tints of Moody Blue #8C89BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.69%

R = 29.98%
G = 29.34%
B = 40.69%

CMYK

 C value IS 0.26

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8C89BE (or 0x8C89BE) is known color: Moody Blue. HEX triplet: 8C, 89 and BE. RGB value is (140,137,190). Sum of RGB (Red+Green+Blue) = 140+137+190=467 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.98% from 467); Green value is 137 (53.91% from 255 or 29.34% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C89BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C89BE is #737641. Grayscale: #8F8F8F. Windows color (decimal): -7566914 or 12487052. OLE color: 12487052.

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

Color convert

RGB 140 137 190 -
CMYK 0.26 0.28 0 0.25
HSL 243.4º 0.29% 0.64% -
HSV(B) 243.4º 0.28% 0.75% -
XYZ 29.06 27.18 52.43 -
YUV 143.94 153.99 125.19 -
System Red Green Blue C M Y K H S L
Decimal 140 137 190 0.26 0.28 0 0.25 243.4 0.29 0.64
Hex 8C 89 BE 1A 1C 0 19 F3 1D 40
Octal 214 211 276 32 34 0 31 363 35 100
Binary 10001100 10001001 10111110 11010 11100 0 11001 11110011 11101 1000000

Color Harmonies of #8C89BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C89BE

Black with #8C89BE

Text Example


Text Example

White with #8C89BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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