#8070D8

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

Shades of Moody Blue #8070D8

Tints of Moody Blue #8070D8

Color information

#8070D8 (or 0x8070D8) is unknown color: approx Moody Blue. HEX triplet: 80, 70 and D8. RGB value is (128,112,216). Sum of RGB (Red+Green+Blue) = 128+112+216=456 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.07% from 456); Green value is 112 (44.14% from 255 or 24.56% from 456); Blue value is 216 (84.77% from 255 or 47.37% from 456); Max value from RGB is 216 - color contains mainly: blue. Hex color #8070D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8070D8 is #7F8F27. Grayscale: #808080. Windows color (decimal): -8359720 or 14184576. OLE color: 14184576.

HSL color Cylindrical-coordinate representation of color #8070D8: hue angle of 249.23º 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 #8070D8 is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB128112216-
CMYK0.410.4800.15
HSL249.23º57.14%64.31%-
HSV(B)249.23º48.15%84.71%-
XYZ27.0921.1467.62-
YUV128.64177.3127.54-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.07%
GREEN value IS 112 (44.14% from 255) = 24.56%
BLUE value IS 216 (84.77% from 255) = 47.37%
R=28.07%
G=24.56%
B=47.37%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1281122160.410.4800.15249.2357.1464.31
Hex8070D829300Ff93940
Octal200160330516001737171100
Binary1000000011100001101100010100111000001111111110011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8070D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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