#8077BD

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

Shades of Moody Blue #8077BD

Tints of Moody Blue #8077BD

Color information

#8077BD (or 0x8077BD) is unknown color: approx Moody Blue. HEX triplet: 80, 77 and BD. RGB value is (128,119,189). Sum of RGB (Red+Green+Blue) = 128+119+189=436 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.36% from 436); Green value is 119 (46.88% from 255 or 27.29% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 189 - color contains mainly: blue. Hex color #8077BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8077BD is #7F8842. Grayscale: #818181. Windows color (decimal): -8357955 or 12416896. OLE color: 12416896.

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

Color convert

RGB128119189-
CMYK0.320.3700.26
HSL247.71º34.65%60.39%-
HSV(B)247.71º37.04%74.12%-
XYZ24.6821.4650.98-
YUV129.67161.48126.81-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.36%
GREEN value IS 119 (46.88% from 255) = 27.29%
BLUE value IS 189 (74.22% from 255) = 43.35%
R=29.36%
G=27.29%
B=43.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1281191890.320.3700.26247.7134.6560.39
Hex8077BD202501Af8233c
Octal20016727540450323704374
Binary1000000011101111011110110000010010101101011111000100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8077BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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