#8C80BC

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

Shades of Moody Blue #8C80BC

Tints of Moody Blue #8C80BC

Color information

#8C80BC (or 0x8C80BC) is unknown color: approx Moody Blue. HEX triplet: 8C, 80 and BC. RGB value is (140,128,188). Sum of RGB (Red+Green+Blue) = 140+128+188=456 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.70% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C80BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C80BC is #737F43. Grayscale: #8A8A8A. Windows color (decimal): -7569220 or 12353676. OLE color: 12353676.

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

Color convert

RGB140128188-
CMYK0.260.3200.26
HSL252º30.93%61.96%-
HSV(B)252º31.91%73.73%-
XYZ27.6124.6450.88-
YUV138.43155.98129.12-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.70%
GREEN value IS 128 (50.39% from 255) = 28.07%
BLUE value IS 188 (73.83% from 255) = 41.23%
R=30.70%
G=28.07%
B=41.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1401281880.260.3200.2625230.9361.96
Hex8C80BC1A2001Afc1f3e
Octal21420027432400323743776
Binary100011001000000010111100110101000000110101111110011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C80BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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