#8078BC

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

Shades of Moody Blue #8078BC

Tints of Moody Blue #8078BC

Color information

#8078BC (or 0x8078BC) is unknown color: approx Moody Blue. HEX triplet: 80, 78 and BC. RGB value is (128,120,188). Sum of RGB (Red+Green+Blue) = 128+120+188=436 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.36% from 436); Green value is 120 (47.27% from 255 or 27.52% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 188 - color contains mainly: blue. Hex color #8078BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8078BC is #7F8743. Grayscale: #818181. Windows color (decimal): -8357700 or 12351616. OLE color: 12351616.

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

Color convert

RGB128120188-
CMYK0.320.3600.26
HSL247.06º33.66%60.39%-
HSV(B)247.06º36.17%73.73%-
XYZ24.721.6550.45-
YUV130.14160.65126.47-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.36%
GREEN value IS 120 (47.27% from 255) = 27.52%
BLUE value IS 188 (73.83% from 255) = 43.12%
R=29.36%
G=27.52%
B=43.12%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1281201880.320.3600.26247.0633.6660.39
Hex8078BC202401Af7223c
Octal20017027440440323674274
Binary1000000011110001011110010000010010001101011110111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8078BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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