#8078BB

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

Shades of Moody Blue #8078BB

Tints of Moody Blue #8078BB

Color information

#8078BB (or 0x8078BB) is unknown color: approx Moody Blue. HEX triplet: 80, 78 and BB. RGB value is (128,120,187). Sum of RGB (Red+Green+Blue) = 128+120+187=435 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.43% from 435); Green value is 120 (47.27% from 255 or 27.59% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 187 - color contains mainly: blue. Hex color #8078BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8078BB is #7F8744. Grayscale: #818181. Windows color (decimal): -8357701 or 12286080. OLE color: 12286080.

HSL color Cylindrical-coordinate representation of color #8078BB: hue angle of 247.16º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8078BB is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB128120187-
CMYK0.320.3600.27
HSL247.16º33%60.2%-
HSV(B)247.16º35.83%73.33%-
XYZ24.5921.6149.89-
YUV130.03160.15126.55-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.43%
GREEN value IS 120 (47.27% from 255) = 27.59%
BLUE value IS 187 (73.44% from 255) = 42.99%
R=29.43%
G=27.59%
B=42.99%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281201870.320.3600.27247.163360.2
Hex8078BB202401Bf7213c
Octal20017027340440333674174
Binary1000000011110001011101110000010010001101111110111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8078BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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