#7073D8

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

Shades of Moody Blue #7073D8

Tints of Moody Blue #7073D8

Color information

#7073D8 (or 0x7073D8) is unknown color: approx Moody Blue. HEX triplet: 70, 73 and D8. RGB value is (112,115,216). Sum of RGB (Red+Green+Blue) = 112+115+216=443 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.28% from 443); Green value is 115 (45.31% from 255 or 25.96% from 443); Blue value is 216 (84.77% from 255 or 48.76% from 443); Max value from RGB is 216 - color contains mainly: blue. Hex color #7073D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7073D8 is #8F8C27. Grayscale: #7D7D7D. Windows color (decimal): -9407528 or 14185328. OLE color: 14185328.

HSL color Cylindrical-coordinate representation of color #7073D8: hue angle of 238.27º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7073D8 is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB112115216-
CMYK0.480.4700.15
HSL238.27º57.14%64.31%-
HSV(B)238.27º48.15%84.71%-
XYZ25.2120.6667.63-
YUV125.62179.01118.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.28%
GREEN value IS 115 (45.31% from 255) = 25.96%
BLUE value IS 216 (84.77% from 255) = 48.76%
R=25.28%
G=25.96%
B=48.76%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1121152160.480.4700.15238.2757.1464.31
Hex7073D8302F0Fee3940
Octal160163330605701735671100
Binary111000011100111101100011000010111101111111011101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7073D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7073D8; }

 p { color: rgb(112,115,216); }

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

<style>
 a { background-color: #7073D8; }

 a { background-color: rgb(112,115,216); }

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

<style>
 span { border-color: #7073D8; }

 span { border-color: rgb(112,115,216); }

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