#8072D4

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

Shades of Moody Blue #8072D4

Tints of Moody Blue #8072D4

Color information

#8072D4 (or 0x8072D4) is unknown color: approx Moody Blue. HEX triplet: 80, 72 and D4. RGB value is (128,114,212). Sum of RGB (Red+Green+Blue) = 128+114+212=454 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.19% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 212 (83.20% from 255 or 46.70% from 454); Max value from RGB is 212 - color contains mainly: blue. Hex color #8072D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8072D4 is #7F8D2B. Grayscale: #808080. Windows color (decimal): -8359212 or 13922944. OLE color: 13922944.

HSL color Cylindrical-coordinate representation of color #8072D4: hue angle of 248.57º 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 #8072D4 is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB128114212-
CMYK0.400.4600.17
HSL248.57º53.26%63.92%-
HSV(B)248.57º46.23%83.14%-
XYZ26.821.3865-
YUV129.36174.64127.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.19%
GREEN value IS 114 (44.92% from 255) = 25.11%
BLUE value IS 212 (83.20% from 255) = 46.70%
R=28.19%
G=25.11%
B=46.70%

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
Decimal1281142120.400.4600.17248.5753.2663.92
Hex8072D4282E011f93540
Octal200162324505602137165100
Binary10000000111001011010100101000101110010001111110011101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8072D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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