#8073D0

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

Shades of Moody Blue #8073D0

Tints of Moody Blue #8073D0

Color information

#8073D0 (or 0x8073D0) is unknown color: approx Moody Blue. HEX triplet: 80, 73 and D0. RGB value is (128,115,208). Sum of RGB (Red+Green+Blue) = 128+115+208=451 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.38% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 208 (81.64% from 255 or 46.12% from 451); Max value from RGB is 208 - color contains mainly: blue. Hex color #8073D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8073D0 is #7F8C2F. Grayscale: #818181. Windows color (decimal): -8358960 or 13661056. OLE color: 13661056.

HSL color Cylindrical-coordinate representation of color #8073D0: hue angle of 248.39º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8073D0 is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB128115208-
CMYK0.380.4500.18
HSL248.39º49.73%63.33%-
HSV(B)248.39º44.71%81.57%-
XYZ26.4221.462.41-
YUV129.49172.31126.94-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.38%
GREEN value IS 115 (45.31% from 255) = 25.50%
BLUE value IS 208 (81.64% from 255) = 46.12%
R=28.38%
G=25.50%
B=46.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1281152080.380.4500.18248.3949.7363.33
Hex8073D0262D012f8323f
Octal20016332046550223706277
Binary1000000011100111101000010011010110101001011111000110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8073D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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