#8C80CA

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

Shades of Moody Blue #8C80CA

Tints of Moody Blue #8C80CA

Color information

#8C80CA (or 0x8C80CA) is unknown color: approx Moody Blue. HEX triplet: 8C, 80 and CA. RGB value is (140,128,202). Sum of RGB (Red+Green+Blue) = 140+128+202=470 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.79% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 202 - color contains mainly: blue. Hex color #8C80CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C80CA is #737F35. Grayscale: #8B8B8B. Windows color (decimal): -7569206 or 13271180. OLE color: 13271180.

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

Color convert

RGB140128202-
CMYK0.310.3700.21
HSL249.73º41.11%64.71%-
HSV(B)249.73º36.63%79.22%-
XYZ29.225.2859.22-
YUV140.02162.98127.98-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.79%
GREEN value IS 128 (50.39% from 255) = 27.23%
BLUE value IS 202 (79.30% from 255) = 42.98%
R=29.79%
G=27.23%
B=42.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1401282020.310.3700.21249.7341.1164.71
Hex8C80CA1F25015fa2941
Octal214200312374502537251101
Binary10001100100000001100101011111100101010101111110101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C80CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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