#8C80BE

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

Shades of Moody Blue #8C80BE

Tints of Moody Blue #8C80BE

Color information

#8C80BE (or 0x8C80BE) is unknown color: approx Moody Blue. HEX triplet: 8C, 80 and BE. RGB value is (140,128,190). Sum of RGB (Red+Green+Blue) = 140+128+190=458 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.57% from 458); Green value is 128 (50.39% from 255 or 27.95% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C80BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C80BE is #737F41. Grayscale: #8A8A8A. Windows color (decimal): -7569218 or 12484748. OLE color: 12484748.

HSL color Cylindrical-coordinate representation of color #8C80BE: hue angle of 251.61º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8C80BE is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB140128190-
CMYK0.260.3300.25
HSL251.61º32.29%62.35%-
HSV(B)251.61º32.63%74.51%-
XYZ27.8324.7352.02-
YUV138.66156.98128.96-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.57%
GREEN value IS 128 (50.39% from 255) = 27.95%
BLUE value IS 190 (74.61% from 255) = 41.48%
R=30.57%
G=27.95%
B=41.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401281900.260.3300.25251.6132.2962.35
Hex8C80BE1A21019fc203e
Octal21420027632410313744076
Binary1000110010000000101111101101010000101100111111100100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C80BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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