#8985CA

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

Shades of Moody Blue #8985CA

Tints of Moody Blue #8985CA

Color information

#8985CA (or 0x8985CA) is unknown color: approx Moody Blue. HEX triplet: 89, 85 and CA. RGB value is (137,133,202). Sum of RGB (Red+Green+Blue) = 137+133+202=472 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.03% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #8985CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8985CA is #767A35. Grayscale: #8D8D8D. Windows color (decimal): -7764534 or 13272457. OLE color: 13272457.

HSL color Cylindrical-coordinate representation of color #8985CA: hue angle of 243.48º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8985CA is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB137133202-
CMYK0.320.3400.21
HSL243.48º39.43%65.69%-
HSV(B)243.48º34.16%79.22%-
XYZ29.3626.3659.42-
YUV142.06161.83124.39-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.03%
GREEN value IS 133 (52.34% from 255) = 28.18%
BLUE value IS 202 (79.30% from 255) = 42.80%
R=29.03%
G=28.18%
B=42.80%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1371332020.320.3400.21243.4839.4365.69
Hex8985CA2022015f32742
Octal211205312404202536347102
Binary100010011000010111001010100000100010010101111100111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8985CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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