#8D83DC

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

Shades of Moody Blue #8D83DC

Tints of Moody Blue #8D83DC

Color information

#8D83DC (or 0x8D83DC) is unknown color: approx Moody Blue. HEX triplet: 8D, 83 and DC. RGB value is (141,131,220). Sum of RGB (Red+Green+Blue) = 141+131+220=492 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.66% from 492); Green value is 131 (51.56% from 255 or 26.63% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #8D83DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D83DC is #727C23. Grayscale: #8F8F8F. Windows color (decimal): -7502884 or 14451597. OLE color: 14451597.

HSL color Cylindrical-coordinate representation of color #8D83DC: hue angle of 246.74º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D83DC is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB141131220-
CMYK0.360.4000.14
HSL246.74º55.97%68.82%-
HSV(B)246.74º40.45%86.27%-
XYZ32.0227.0671.25-
YUV144.14170.81125.76-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.66%
GREEN value IS 131 (51.56% from 255) = 26.63%
BLUE value IS 220 (86.33% from 255) = 44.72%
R=28.66%
G=26.63%
B=44.72%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1411312200.360.4000.14246.7455.9768.82
Hex8D83DC24280Ef73845
Octal215203334445001636770105
Binary10001101100000111101110010010010100001110111101111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D83DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D83DC; }

 p { color: rgb(141,131,220); }

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

<style>
 a { background-color: #8D83DC; }

 a { background-color: rgb(141,131,220); }

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

<style>
 span { border-color: #8D83DC; }

 span { border-color: rgb(141,131,220); }

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