#8C83DF

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

Shades of Moody Blue #8C83DF

Tints of Moody Blue #8C83DF

Color information

#8C83DF (or 0x8C83DF) is unknown color: approx Moody Blue. HEX triplet: 8C, 83 and DF. RGB value is (140,131,223). Sum of RGB (Red+Green+Blue) = 140+131+223=494 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.34% from 494); Green value is 131 (51.56% from 255 or 26.52% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #8C83DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C83DF is #737C20. Grayscale: #8F8F8F. Windows color (decimal): -7568417 or 14648204. OLE color: 14648204.

HSL color Cylindrical-coordinate representation of color #8C83DF: hue angle of 245.87º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C83DF is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB140131223-
CMYK0.370.4100.13
HSL245.87º58.97%69.41%-
HSV(B)245.87º41.26%87.45%-
XYZ32.2527.1473.35-
YUV144.18172.48125.02-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.34%
GREEN value IS 131 (51.56% from 255) = 26.52%
BLUE value IS 223 (87.5% from 255) = 45.14%
R=28.34%
G=26.52%
B=45.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1401312230.370.4100.13245.8758.9769.41
Hex8C83DF25290Df63b45
Octal214203337455101536673105
Binary10001100100000111101111110010110100101101111101101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C83DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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