#8D83CE

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

Shades of Moody Blue #8D83CE

Tints of Moody Blue #8D83CE

Color information

#8D83CE (or 0x8D83CE) is unknown color: approx Moody Blue. HEX triplet: 8D, 83 and CE. RGB value is (141,131,206). Sum of RGB (Red+Green+Blue) = 141+131+206=478 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.50% from 478); Green value is 131 (51.56% from 255 or 27.41% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #8D83CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D83CE is #727C31. Grayscale: #8E8E8E. Windows color (decimal): -7502898 or 13534093. OLE color: 13534093.

HSL color Cylindrical-coordinate representation of color #8D83CE: hue angle of 248º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8D83CE is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB141131206-
CMYK0.320.3600.19
HSL248º43.35%66.08%-
HSV(B)248º36.41%80.78%-
XYZ30.2426.3561.88-
YUV142.54163.81126.9-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.50%
GREEN value IS 131 (51.56% from 255) = 27.41%
BLUE value IS 206 (80.86% from 255) = 43.10%
R=29.50%
G=27.41%
B=43.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1411312060.320.3600.1924843.3566.08
Hex8D83CE2024013f82b42
Octal215203316404402337053102
Binary100011011000001111001110100000100100010011111110001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D83CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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