#8985BC

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

Shades of Moody Blue #8985BC

Tints of Moody Blue #8985BC

Color information

#8985BC (or 0x8985BC) is unknown color: approx Moody Blue. HEX triplet: 89, 85 and BC. RGB value is (137,133,188). Sum of RGB (Red+Green+Blue) = 137+133+188=458 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.91% from 458); Green value is 133 (52.34% from 255 or 29.04% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 188 - color contains mainly: blue. Hex color #8985BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8985BC is #767A43. Grayscale: #8C8C8C. Windows color (decimal): -7764548 or 12354953. OLE color: 12354953.

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

Color convert

RGB137133188-
CMYK0.270.2900.26
HSL244.36º29.1%62.94%-
HSV(B)244.36º29.26%73.73%-
XYZ27.7825.7251.08-
YUV140.47154.83125.53-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.91%
GREEN value IS 133 (52.34% from 255) = 29.04%
BLUE value IS 188 (73.83% from 255) = 41.05%
R=29.91%
G=29.04%
B=41.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1371331880.270.2900.26244.3629.162.94
Hex8985BC1B1D01Af41d3f
Octal21120527433350323643577
Binary10001001100001011011110011011111010110101111010011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8985BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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