#8073D4

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

Shades of Moody Blue #8073D4

Tints of Moody Blue #8073D4

Color information

#8073D4 (or 0x8073D4) is unknown color: approx Moody Blue. HEX triplet: 80, 73 and D4. RGB value is (128,115,212). Sum of RGB (Red+Green+Blue) = 128+115+212=455 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.13% from 455); Green value is 115 (45.31% from 255 or 25.27% from 455); Blue value is 212 (83.20% from 255 or 46.59% from 455); Max value from RGB is 212 - color contains mainly: blue. Hex color #8073D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8073D4 is #7F8C2B. Grayscale: #818181. Windows color (decimal): -8358956 or 13923200. OLE color: 13923200.

HSL color Cylindrical-coordinate representation of color #8073D4: hue angle of 248.04º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8073D4 is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB128115212-
CMYK0.400.4600.17
HSL248.04º53.01%64.12%-
HSV(B)248.04º45.75%83.14%-
XYZ26.9221.665.04-
YUV129.94174.31126.61-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.13%
GREEN value IS 115 (45.31% from 255) = 25.27%
BLUE value IS 212 (83.20% from 255) = 46.59%
R=28.13%
G=25.27%
B=46.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1281152120.400.4600.17248.0453.0164.12
Hex8073D4282E011f83540
Octal200163324505602137065100
Binary10000000111001111010100101000101110010001111110001101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8073D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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