Html Css Color HEX #8B89BE Moody Blue

📋 copy color: '#8B89BE'

red 139 ◦ green 137 ◦ blue 190

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

Shades of Moody Blue #8B89BE

Tints of Moody Blue #8B89BE

RGB

 RED value IS 139 (54.69% from 255) = 29.83%

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

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

R = 29.83%
G = 29.4%
B = 40.77%

CMYK

 C value IS 0.27

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8B89BE (or 0x8B89BE) is known color: Moody Blue. HEX triplet: 8B, 89 and BE. RGB value is (139,137,190). Sum of RGB (Red+Green+Blue) = 139+137+190=466 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.83% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B89BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B89BE is #747641. Grayscale: #8F8F8F. Windows color (decimal): -7632450 or 12487051. OLE color: 12487051.

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

Color convert

RGB 139 137 190 -
CMYK 0.27 0.28 0 0.25
HSL 242.26º 0.29% 0.64% -
HSV(B) 242.26º 0.28% 0.75% -
XYZ 28.89 27.1 52.42 -
YUV 143.64 154.16 124.69 -
System Red Green Blue C M Y K H S L
Decimal 139 137 190 0.27 0.28 0 0.25 242.26 0.29 0.64
Hex 8B 89 BE 1B 1C 0 19 F2 1D 40
Octal 213 211 276 33 34 0 31 362 35 100
Binary 10001011 10001001 10111110 11011 11100 0 11001 11110010 11101 1000000

Color Harmonies of #8B89BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B89BE

Black with #8B89BE

Text Example


Text Example

White with #8B89BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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