#8070D4

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

Shades of Moody Blue #8070D4

Tints of Moody Blue #8070D4

Color information

#8070D4 (or 0x8070D4) is unknown color: approx Moody Blue. HEX triplet: 80, 70 and D4. RGB value is (128,112,212). Sum of RGB (Red+Green+Blue) = 128+112+212=452 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.32% from 452); Green value is 112 (44.14% from 255 or 24.78% from 452); Blue value is 212 (83.20% from 255 or 46.90% from 452); Max value from RGB is 212 - color contains mainly: blue. Hex color #8070D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8070D4 is #7F8F2B. Grayscale: #7F7F7F. Windows color (decimal): -8359724 or 13922432. OLE color: 13922432.

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

Color convert

RGB128112212-
CMYK0.400.4700.17
HSL249.6º53.76%63.53%-
HSV(B)249.6º47.17%83.14%-
XYZ26.5820.9364.93-
YUV128.18175.3127.87-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.32%
GREEN value IS 112 (44.14% from 255) = 24.78%
BLUE value IS 212 (83.20% from 255) = 46.90%
R=28.32%
G=24.78%
B=46.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1281122120.400.4700.17249.653.7663.53
Hex8070D4282F011fa3640
Octal200160324505702137266100
Binary10000000111000011010100101000101111010001111110101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8070D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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