#8073BE

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

Shades of Moody Blue #8073BE

Tints of Moody Blue #8073BE

Color information

#8073BE (or 0x8073BE) is unknown color: approx Moody Blue. HEX triplet: 80, 73 and BE. RGB value is (128,115,190). Sum of RGB (Red+Green+Blue) = 128+115+190=433 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.56% from 433); Green value is 115 (45.31% from 255 or 26.56% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 190 - color contains mainly: blue. Hex color #8073BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8073BE is #7F8C41. Grayscale: #7F7F7F. Windows color (decimal): -8358978 or 12481408. OLE color: 12481408.

HSL color Cylindrical-coordinate representation of color #8073BE: hue angle of 250.4º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8073BE is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB128115190-
CMYK0.330.3900.25
HSL250.4º36.59%59.8%-
HSV(B)250.4º39.47%74.51%-
XYZ24.3320.5751.4-
YUV127.44163.31128.4-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.56%
GREEN value IS 115 (45.31% from 255) = 26.56%
BLUE value IS 190 (74.61% from 255) = 43.88%
R=29.56%
G=26.56%
B=43.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281151900.330.3900.25250.436.5959.8
Hex8073BE2127019fa253c
Octal20016327641470313724574
Binary1000000011100111011111010000110011101100111111010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8073BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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