#8982B4

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

Shades of Moody Blue #8982B4

Tints of Moody Blue #8982B4

Color information

#8982B4 (or 0x8982B4) is unknown color: approx Moody Blue. HEX triplet: 89, 82 and B4. RGB value is (137,130,180). Sum of RGB (Red+Green+Blue) = 137+130+180=447 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.65% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 180 (70.70% from 255 or 40.27% from 447); Max value from RGB is 180 - color contains mainly: blue. Hex color #8982B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8982B4 is #767D4B. Grayscale: #898989. Windows color (decimal): -7765324 or 11829897. OLE color: 11829897.

HSL color Cylindrical-coordinate representation of color #8982B4: hue angle of 248.4º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8982B4 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB137130180-
CMYK0.240.2800.29
HSL248.4º25%60.78%-
HSV(B)248.4º27.78%70.59%-
XYZ26.5424.5846.53-
YUV137.79151.82127.43-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.65%
GREEN value IS 130 (51.17% from 255) = 29.08%
BLUE value IS 180 (70.70% from 255) = 40.27%
R=30.65%
G=29.08%
B=40.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1371301800.240.2800.29248.42560.78
Hex8982B4181C01Df8193d
Octal21120226430340353703175
Binary10001001100000101011010011000111000111011111100011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8982B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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