#8985CD

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

Shades of Moody Blue #8985CD

Tints of Moody Blue #8985CD

Color information

#8985CD (or 0x8985CD) is unknown color: approx Moody Blue. HEX triplet: 89, 85 and CD. RGB value is (137,133,205). Sum of RGB (Red+Green+Blue) = 137+133+205=475 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.84% from 475); Green value is 133 (52.34% from 255 or 28% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #8985CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8985CD is #767A32. Grayscale: #8E8E8E. Windows color (decimal): -7764531 or 13469065. OLE color: 13469065.

HSL color Cylindrical-coordinate representation of color #8985CD: hue angle of 243.33º degrees, saturation: 0.42, 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 #8985CD is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB137133205-
CMYK0.330.3500.20
HSL243.33º41.86%66.27%-
HSV(B)243.33º35.12%80.39%-
XYZ29.7226.561.31-
YUV142.4163.33124.15-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.84%
GREEN value IS 133 (52.34% from 255) = 28%
BLUE value IS 205 (80.47% from 255) = 43.16%
R=28.84%
G=28%
B=43.16%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1371332050.330.3500.20243.3341.8666.27
Hex8985CD2123014f32a42
Octal211205315414302436352102
Binary100010011000010111001101100001100011010100111100111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8985CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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