#8C83DC

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

Shades of Moody Blue #8C83DC

Tints of Moody Blue #8C83DC

Color information

#8C83DC (or 0x8C83DC) is unknown color: approx Moody Blue. HEX triplet: 8C, 83 and DC. RGB value is (140,131,220). Sum of RGB (Red+Green+Blue) = 140+131+220=491 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.51% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C83DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C83DC is #737C23. Grayscale: #8F8F8F. Windows color (decimal): -7568420 or 14451596. OLE color: 14451596.

HSL color Cylindrical-coordinate representation of color #8C83DC: hue angle of 246.07º 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 #8C83DC is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB140131220-
CMYK0.360.4000.14
HSL246.07º55.97%68.82%-
HSV(B)246.07º40.45%86.27%-
XYZ31.8526.9871.24-
YUV143.84170.98125.26-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.51%
GREEN value IS 131 (51.56% from 255) = 26.68%
BLUE value IS 220 (86.33% from 255) = 44.81%
R=28.51%
G=26.68%
B=44.81%

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
Decimal1401312200.360.4000.14246.0755.9768.82
Hex8C83DC24280Ef63845
Octal214203334445001636670105
Binary10001100100000111101110010010010100001110111101101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C83DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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