#8982BB

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

Shades of Moody Blue #8982BB

Tints of Moody Blue #8982BB

Color information

#8982BB (or 0x8982BB) is unknown color: approx Moody Blue. HEX triplet: 89, 82 and BB. RGB value is (137,130,187). Sum of RGB (Red+Green+Blue) = 137+130+187=454 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.18% from 454); Green value is 130 (51.17% from 255 or 28.63% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 187 - color contains mainly: blue. Hex color #8982BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8982BB is #767D44. Grayscale: #8A8A8A. Windows color (decimal): -7765317 or 12288649. OLE color: 12288649.

HSL color Cylindrical-coordinate representation of color #8982BB: hue angle of 247.37º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8982BB is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB137130187-
CMYK0.270.3000.27
HSL247.37º29.53%62.16%-
HSV(B)247.37º30.48%73.33%-
XYZ27.2724.8750.38-
YUV138.59155.32126.87-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.18%
GREEN value IS 130 (51.17% from 255) = 28.63%
BLUE value IS 187 (73.44% from 255) = 41.19%
R=30.18%
G=28.63%
B=41.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1371301870.270.3000.27247.3729.5362.16
Hex8982BB1B1E01Bf71e3e
Octal21120227333360333673676
Binary10001001100000101011101111011111100110111111011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8982BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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