#8C83D0

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

Shades of Moody Blue #8C83D0

Tints of Moody Blue #8C83D0

Color information

#8C83D0 (or 0x8C83D0) is unknown color: approx Moody Blue. HEX triplet: 8C, 83 and D0. RGB value is (140,131,208). Sum of RGB (Red+Green+Blue) = 140+131+208=479 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.23% from 479); Green value is 131 (51.56% from 255 or 27.35% from 479); Blue value is 208 (81.64% from 255 or 43.42% from 479); Max value from RGB is 208 - color contains mainly: blue. Hex color #8C83D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C83D0 is #737C2F. Grayscale: #8E8E8E. Windows color (decimal): -7568432 or 13665164. OLE color: 13665164.

HSL color Cylindrical-coordinate representation of color #8C83D0: hue angle of 247.01º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8C83D0 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB140131208-
CMYK0.330.3700.18
HSL247.01º45.03%66.47%-
HSV(B)247.01º37.02%81.57%-
XYZ30.3226.3663.17-
YUV142.47164.98126.24-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.23%
GREEN value IS 131 (51.56% from 255) = 27.35%
BLUE value IS 208 (81.64% from 255) = 43.42%
R=29.23%
G=27.35%
B=43.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1401312080.330.3700.18247.0145.0366.47
Hex8C83D02125012f72d42
Octal214203320414502236755102
Binary100011001000001111010000100001100101010010111101111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C83D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,131,208); }

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

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

 a { background-color: rgb(140,131,208); }

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

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

 span { border-color: rgb(140,131,208); }

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