#8E89BB

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

Shades of Moody Blue #8E89BB

Tints of Moody Blue #8E89BB

Color information

#8E89BB (or 0x8E89BB) is unknown color: approx Moody Blue. HEX triplet: 8E, 89 and BB. RGB value is (142,137,187). Sum of RGB (Red+Green+Blue) = 142+137+187=466 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.47% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 187 - color contains mainly: blue. Hex color #8E89BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E89BB is #717644. Grayscale: #909090. Windows color (decimal): -7435845 or 12290446. OLE color: 12290446.

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

Color convert

RGB142137187-
CMYK0.240.2700.27
HSL246º26.88%63.53%-
HSV(B)246º26.74%73.33%-
XYZ29.0727.2350.74-
YUV144.2152.16126.43-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.47%
GREEN value IS 137 (53.91% from 255) = 29.40%
BLUE value IS 187 (73.44% from 255) = 40.13%
R=30.47%
G=29.40%
B=40.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421371870.240.2700.2724626.8863.53
Hex8E89BB181B01Bf61b40
Octal216211273303303336633100
Binary100011101000100110111011110001101101101111110110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E89BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E89BB;
 }
 .AnyTagClassName
 {
   color: #8E89BB;
 }
</style>
background-color css

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

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

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

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

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

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