#8077BF

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

Shades of Moody Blue #8077BF

Tints of Moody Blue #8077BF

Color information

#8077BF (or 0x8077BF) is unknown color: approx Moody Blue. HEX triplet: 80, 77 and BF. RGB value is (128,119,191). Sum of RGB (Red+Green+Blue) = 128+119+191=438 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.22% from 438); Green value is 119 (46.88% from 255 or 27.17% from 438); Blue value is 191 (75% from 255 or 43.61% from 438); Max value from RGB is 191 - color contains mainly: blue. Hex color #8077BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8077BF is #7F8840. Grayscale: #818181. Windows color (decimal): -8357953 or 12547968. OLE color: 12547968.

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

Color convert

RGB128119191-
CMYK0.330.3800.25
HSL247.5º36%60.78%-
HSV(B)247.5º37.7%74.9%-
XYZ24.921.5452.14-
YUV129.9162.48126.65-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.22%
GREEN value IS 119 (46.88% from 255) = 27.17%
BLUE value IS 191 (75% from 255) = 43.61%
R=29.22%
G=27.17%
B=43.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281191910.330.3800.25247.53660.78
Hex8077BF2126019f8243d
Octal20016727741460313704475
Binary1000000011101111011111110000110011001100111111000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8077BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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