#8B89BE

Color #8B89BE Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #8B89BE

Tints of Moody Blue #8B89BE

Color information

#8B89BE (or 0x8B89BE) is unknown color: approx 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

RGB139137190-
CMYK0.270.2800.25
HSL242.26º28.96%64.12%-
HSV(B)242.26º27.89%74.51%-
XYZ28.8927.152.42-
YUV143.64154.16124.69-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.83%
GREEN value IS 137 (53.91% from 255) = 29.40%
BLUE value IS 190 (74.61% from 255) = 40.77%
R=29.83%
G=29.40%
B=40.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391371900.270.2800.25242.2628.9664.12
Hex8B89BE1B1C019f21d40
Octal213211276333403136235100
Binary100010111000100110111110110111110001100111110010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B89BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>