#8984CC

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

Shades of Moody Blue #8984CC

Tints of Moody Blue #8984CC

Color information

#8984CC (or 0x8984CC) is unknown color: approx Moody Blue. HEX triplet: 89, 84 and CC. RGB value is (137,132,204). Sum of RGB (Red+Green+Blue) = 137+132+204=473 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.96% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #8984CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8984CC is #767B33. Grayscale: #8D8D8D. Windows color (decimal): -7764788 or 13403273. OLE color: 13403273.

HSL color Cylindrical-coordinate representation of color #8984CC: hue angle of 244.17º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8984CC is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB137132204-
CMYK0.330.3500.2
HSL244.17º41.38%65.88%-
HSV(B)244.17º35.29%80%-
XYZ29.4726.1860.63-
YUV141.7163.16124.65-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.96%
GREEN value IS 132 (51.95% from 255) = 27.91%
BLUE value IS 204 (80.08% from 255) = 43.13%
R=28.96%
G=27.91%
B=43.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1371322040.330.3500.2244.1741.3865.88
Hex8984CC2123014f42942
Octal211204314414302436451102
Binary100010011000010011001100100001100011010100111101001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8984CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8984CC; }

 p { color: rgb(137,132,204); }

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

<style>
 a { background-color: #8984CC; }

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

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

<style>
 span { border-color: #8984CC; }

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

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