#8078BF

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

Shades of Moody Blue #8078BF

Tints of Moody Blue #8078BF

Color information

#8078BF (or 0x8078BF) is unknown color: approx Moody Blue. HEX triplet: 80, 78 and BF. RGB value is (128,120,191). Sum of RGB (Red+Green+Blue) = 128+120+191=439 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.16% from 439); Green value is 120 (47.27% from 255 or 27.33% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 191 - color contains mainly: blue. Hex color #8078BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8078BF is #7F8740. Grayscale: #828282. Windows color (decimal): -8357697 or 12548224. OLE color: 12548224.

HSL color Cylindrical-coordinate representation of color #8078BF: hue angle of 246.76º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8078BF is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB128120191-
CMYK0.330.3700.25
HSL246.76º35.68%60.98%-
HSV(B)246.76º37.17%74.9%-
XYZ25.0221.7852.18-
YUV130.49162.15126.23-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.16%
GREEN value IS 120 (47.27% from 255) = 27.33%
BLUE value IS 191 (75% from 255) = 43.51%
R=29.16%
G=27.33%
B=43.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281201910.330.3700.25246.7635.6860.98
Hex8078BF2125019f7243d
Octal20017027741450313674475
Binary1000000011110001011111110000110010101100111110111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8078BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8078BF; }

 p { color: rgb(128,120,191); }

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

<style>
 a { background-color: #8078BF; }

 a { background-color: rgb(128,120,191); }

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

<style>
 span { border-color: #8078BF; }

 span { border-color: rgb(128,120,191); }

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