#8070CC

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

Shades of Moody Blue #8070CC

Tints of Moody Blue #8070CC

Color information

#8070CC (or 0x8070CC) is unknown color: approx Moody Blue. HEX triplet: 80, 70 and CC. RGB value is (128,112,204). Sum of RGB (Red+Green+Blue) = 128+112+204=444 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.83% from 444); Green value is 112 (44.14% from 255 or 25.23% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #8070CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8070CC is #7F8F33. Grayscale: #7E7E7E. Windows color (decimal): -8359732 or 13398144. OLE color: 13398144.

HSL color Cylindrical-coordinate representation of color #8070CC: hue angle of 250.43º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8070CC is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB128112204-
CMYK0.370.4500.2
HSL250.43º47.42%61.96%-
HSV(B)250.43º45.1%80%-
XYZ25.620.5459.74-
YUV127.27171.3128.52-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.83%
GREEN value IS 112 (44.14% from 255) = 25.23%
BLUE value IS 204 (80.08% from 255) = 45.95%
R=28.83%
G=25.23%
B=45.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1281122040.370.4500.2250.4347.4261.96
Hex8070CC252D014fa2f3e
Octal20016031445550243725776
Binary1000000011100001100110010010110110101010011111010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8070CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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