#7F77BA

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

Shades of Moody Blue #7F77BA

Tints of Moody Blue #7F77BA

Color information

#7F77BA (or 0x7F77BA) is unknown color: approx Moody Blue. HEX triplet: 7F, 77 and BA. RGB value is (127,119,186). Sum of RGB (Red+Green+Blue) = 127+119+186=432 (57% of max value = 765). Red value is 127 (50% from 255 or 29.40% from 432); Green value is 119 (46.88% from 255 or 27.55% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 186 - color contains mainly: blue. Hex color #7F77BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F77BA is #808845. Grayscale: #808080. Windows color (decimal): -8423494 or 12220287. OLE color: 12220287.

HSL color Cylindrical-coordinate representation of color #7F77BA: 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 #7F77BA is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB127119186-
CMYK0.320.3600.27
HSL247.16º32.68%59.8%-
HSV(B)247.16º36.02%72.94%-
XYZ24.2121.2549.28-
YUV129.03160.15126.55-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.40%
GREEN value IS 119 (46.88% from 255) = 27.55%
BLUE value IS 186 (73.05% from 255) = 43.06%
R=29.40%
G=27.55%
B=43.06%

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
Decimal1271191860.320.3600.27247.1632.6859.8
Hex7F77BA202401Bf7213c
Octal17716727240440333674174
Binary111111111101111011101010000010010001101111110111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F77BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F77BA; }

 p { color: rgb(127,119,186); }

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

<style>
 a { background-color: #7F77BA; }

 a { background-color: rgb(127,119,186); }

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

<style>
 span { border-color: #7F77BA; }

 span { border-color: rgb(127,119,186); }

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