#8C80CC

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

Shades of Moody Blue #8C80CC

Tints of Moody Blue #8C80CC

Color information

#8C80CC (or 0x8C80CC) is unknown color: approx Moody Blue. HEX triplet: 8C, 80 and CC. RGB value is (140,128,204). Sum of RGB (Red+Green+Blue) = 140+128+204=472 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.66% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C80CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C80CC is #737F33. Grayscale: #8B8B8B. Windows color (decimal): -7569204 or 13402252. OLE color: 13402252.

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

Color convert

RGB140128204-
CMYK0.310.3700.2
HSL249.47º42.7%65.1%-
HSV(B)249.47º37.25%80%-
XYZ29.4325.3760.47-
YUV140.25163.98127.82-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.66%
GREEN value IS 128 (50.39% from 255) = 27.12%
BLUE value IS 204 (80.08% from 255) = 43.22%
R=29.66%
G=27.12%
B=43.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1401282040.310.3700.2249.4742.765.1
Hex8C80CC1F25014f92b41
Octal214200314374502437153101
Binary10001100100000001100110011111100101010100111110011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C80CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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