#8989BB

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

Shades of Moody Blue #8989BB

Tints of Moody Blue #8989BB

Color information

#8989BB (or 0x8989BB) is unknown color: approx Moody Blue. HEX triplet: 89, 89 and BB. RGB value is (137,137,187). Sum of RGB (Red+Green+Blue) = 137+137+187=461 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.72% from 461); Green value is 137 (53.91% from 255 or 29.72% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 187 - color contains mainly: blue. Hex color #8989BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8989BB is #767644. Grayscale: #8E8E8E. Windows color (decimal): -7763525 or 12290441. OLE color: 12290441.

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

Color convert

RGB137137187-
CMYK0.270.2700.27
HSL240º26.88%63.53%-
HSV(B)240º26.74%73.33%-
XYZ28.2326.850.7-
YUV142.7153123.93-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.72%
GREEN value IS 137 (53.91% from 255) = 29.72%
BLUE value IS 187 (73.44% from 255) = 40.56%
R=29.72%
G=29.72%
B=40.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1371371870.270.2700.2724026.8863.53
Hex8989BB1B1B01Bf01b40
Octal211211273333303336033100
Binary100010011000100110111011110111101101101111110000110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8989BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8989BB; }

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

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

<style>
 a { background-color: #8989BB; }

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

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

<style>
 span { border-color: #8989BB; }

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

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