#8982BC

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

Shades of Moody Blue #8982BC

Tints of Moody Blue #8982BC

Color information

#8982BC (or 0x8982BC) is unknown color: approx Moody Blue. HEX triplet: 89, 82 and BC. RGB value is (137,130,188). Sum of RGB (Red+Green+Blue) = 137+130+188=455 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.11% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 188 - color contains mainly: blue. Hex color #8982BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8982BC is #767D43. Grayscale: #8A8A8A. Windows color (decimal): -7765316 or 12354185. OLE color: 12354185.

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

Color convert

RGB137130188-
CMYK0.270.3100.26
HSL247.24º30.21%62.35%-
HSV(B)247.24º30.85%73.73%-
XYZ27.3824.9150.94-
YUV138.7155.82126.78-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.11%
GREEN value IS 130 (51.17% from 255) = 28.57%
BLUE value IS 188 (73.83% from 255) = 41.32%
R=30.11%
G=28.57%
B=41.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1371301880.270.3100.26247.2430.2162.35
Hex8982BC1B1F01Af71e3e
Octal21120227433370323673676
Binary10001001100000101011110011011111110110101111011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8982BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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