#8C83CC

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

Shades of Moody Blue #8C83CC

Tints of Moody Blue #8C83CC

Color information

#8C83CC (or 0x8C83CC) is unknown color: approx Moody Blue. HEX triplet: 8C, 83 and CC. RGB value is (140,131,204). Sum of RGB (Red+Green+Blue) = 140+131+204=475 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.47% from 475); Green value is 131 (51.56% from 255 or 27.58% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C83CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C83CC is #737C33. Grayscale: #8D8D8D. Windows color (decimal): -7568436 or 13403020. OLE color: 13403020.

HSL color Cylindrical-coordinate representation of color #8C83CC: hue angle of 247.4º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8C83CC is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB140131204-
CMYK0.310.3600.2
HSL247.4º41.71%65.69%-
HSV(B)247.4º35.78%80%-
XYZ29.8326.1760.61-
YUV142.01162.98126.56-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.47%
GREEN value IS 131 (51.56% from 255) = 27.58%
BLUE value IS 204 (80.08% from 255) = 42.95%
R=29.47%
G=27.58%
B=42.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1401312040.310.3600.2247.441.7165.69
Hex8C83CC1F24014f72a42
Octal214203314374402436752102
Binary10001100100000111100110011111100100010100111101111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C83CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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