#8080BE

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

Shades of Moody Blue #8080BE

Tints of Moody Blue #8080BE

Color information

#8080BE (or 0x8080BE) is unknown color: approx Moody Blue. HEX triplet: 80, 80 and BE. RGB value is (128,128,190). Sum of RGB (Red+Green+Blue) = 128+128+190=446 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.70% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #8080BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8080BE is #7F7F41. Grayscale: #868686. Windows color (decimal): -8355650 or 12484736. OLE color: 12484736.

HSL color Cylindrical-coordinate representation of color #8080BE: hue angle of 240º 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 #8080BE is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB128128190-
CMYK0.330.3300.25
HSL240º32.29%62.35%-
HSV(B)240º32.63%74.51%-
XYZ25.9223.7551.93-
YUV135.07159122.96-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.70%
GREEN value IS 128 (50.39% from 255) = 28.70%
BLUE value IS 190 (74.61% from 255) = 42.60%
R=28.70%
G=28.70%
B=42.60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281281900.330.3300.2524032.2962.35
Hex8080BE2121019f0203e
Octal20020027641410313604076
Binary10000000100000001011111010000110000101100111110000100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8080BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8080BE; }

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

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

<style>
 a { background-color: #8080BE; }

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

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

<style>
 span { border-color: #8080BE; }

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

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