#8C83C1

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

Shades of Moody Blue #8C83C1

Tints of Moody Blue #8C83C1

Color information

#8C83C1 (or 0x8C83C1) is unknown color: approx Moody Blue. HEX triplet: 8C, 83 and C1. RGB value is (140,131,193). Sum of RGB (Red+Green+Blue) = 140+131+193=464 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.17% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 193 (75.78% from 255 or 41.59% from 464); Max value from RGB is 193 - color contains mainly: blue. Hex color #8C83C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C83C1 is #737C3E. Grayscale: #8C8C8C. Windows color (decimal): -7568447 or 12682124. OLE color: 12682124.

HSL color Cylindrical-coordinate representation of color #8C83C1: hue angle of 248.71º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8C83C1 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB140131193-
CMYK0.270.3200.24
HSL248.71º33.33%63.53%-
HSV(B)248.71º32.12%75.69%-
XYZ28.5625.6653.9-
YUV140.76157.48127.46-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.17%
GREEN value IS 131 (51.56% from 255) = 28.23%
BLUE value IS 193 (75.78% from 255) = 41.59%
R=30.17%
G=28.23%
B=41.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1401311930.270.3200.24248.7133.3363.53
Hex8C83C11B20018f92140
Octal214203301334003037141100
Binary10001100100000111100000111011100000011000111110011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C83C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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